Skip to content

Commit

Permalink
fix validate.py path
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSouther committed Nov 1, 2023
1 parent 264c286 commit a99ae7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
yamllint --format standard -c .tools/validation/.yamllint.yaml .doc_gen/metadata .doc_gen/metadata/curated
- name: Validate metadata with yamale
run: >-
python3 .tools/validate/validate.py --q --doc-gen .doc_gen
python3 .tools/validation/validate.py --q --doc-gen .doc_gen

0 comments on commit a99ae7e

Please sign in to comment.