Skip to content

Commit

Permalink
Update validate-fsh.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rockphotog authored Jan 22, 2025
1 parent 8f7c078 commit 77d212f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/validate-fsh.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Validate FSH Files
on:
workflow_dispatch: # Allows the workflow to be triggered manually
env:
IG: mal
jobs:
validate:
runs-on: ubuntu-latest
Expand All @@ -14,6 +16,8 @@ jobs:
- name: Install fsh-validator
run: pip install -U git+https://github.com/glichtner/fsh-validator
- name: Run fsh-validator
run: fsh-validator --all --verbose
run: |
cd ${{ env.IG }}
fsh-validator --all --verbose
# fsh-validator [-h] [--all] [--subdir SUBDIR] [--validator-path PATH_VALIDATOR] [--verbose] [--no-sushi] [--log-path LOG_PATH] [filename [filename ...]]

0 comments on commit 77d212f

Please sign in to comment.