Add CYP2D6 batch plan paroxetine #13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Check input files for validity | |
| on: | |
| pull_request: | |
| push: | |
| branches-ignore: | |
| - master | |
| - main | |
| permissions: | |
| contents: read | |
| jobs: | |
| check-bom: | |
| uses: Open-Systems-Pharmacology/Workflows/.github/workflows/Check_BOM.yml@main | |
| utf8check: | |
| uses: Open-Systems-Pharmacology/Workflows/.github/workflows/UTF8Check.yml@main | |
| with: | |
| file-extensions: 'R\|json\|md' #File extension(s) to check separated by \| | |
| Spellcheck: | |
| uses: Open-Systems-Pharmacology/Workflows/.github/workflows/SpellChecker.yml@main | |
| Validate-Qualification-Plan: | |
| uses: Open-Systems-Pharmacology/Workflows/.github/workflows/ValidateQualificationPlan.yml@main | |
| with: | |
| qualification-plan: 'Qualification/Input/qualification_plan.json' | |