Skip to content

Commit

Permalink
Add support for psy4 feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-thom committed Feb 27, 2024
1 parent 594ce0e commit 6d17720
Show file tree
Hide file tree
Showing 4 changed files with 1,181 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/manifest_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Check Manifest

on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- 'main'

jobs:
test:
steps:
- 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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ docs/site/
*.pdf
*.ipynb

Manifest.toml
#Manifest.toml
.vscode
*.h5

Expand Down
Loading

0 comments on commit 6d17720

Please sign in to comment.