Skip to content

Commit

Permalink
fix validate.py path
Browse files Browse the repository at this point in the history
Better snippet validation workflow name
  • Loading branch information
DavidSouther committed Nov 1, 2023
1 parent 264c286 commit 785a49d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Run Python checkin script on push or pull request
name: Miscellaneous pre-validation checks
name: Snippet & Repo Validation Checks

# Controls when the action will run.
on:
Expand Down 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 785a49d

Please sign in to comment.