Skip to content

Commit

Permalink
Update validate-fsh-DEBUG.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rockphotog authored Jan 22, 2025
1 parent 0e71195 commit 25a0547
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validate-fsh-DEBUG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ jobs:
run: pip install -U git+https://github.com/glichtner/fsh-validator

- name: Run fsh-validator
run: fsh-validator ${{ env.IG }}/input/fsh/profiles/mal-Patient.fsh
run: |
cd ${{ env.IG }}
fsh-validator --all --subdir input/fsh/profiles/

0 comments on commit 25a0547

Please sign in to comment.