Skip to content

Add support for psy4 feature branches in CI #1

Add support for psy4 feature branches in CI

Add support for psy4 feature branches in CI #1

Workflow file for this run

name: Check Manifest
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- 'main'
jobs:
test:
steps:

Check failure on line 11 in .github/workflows/manifest_check.yml

View workflow run for this annotation

GitHub Actions / Check Manifest

Invalid workflow file

The workflow is not valid. .github/workflows/manifest_check.yml (Line: 11, Col: 5): Required property is missing: runs-on
- uses: actions/checkout@v3
- name: Fail if Manifest is present
uses: andstor/file-existence-action@v3
with:
files: "Manifest.toml"
- name: Manifest exists
if: steps.check_files.outputs.files_exists == 'true'
run: exit 1