Skip to content

Commit

Permalink
Update verify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRathbun authored Sep 5, 2024
1 parent 7c97be5 commit 714b26d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: Install yamllint
run: pip install yamllint
- name: Run yamllint on Targets
run: yamllint Targets
run: yamllint -r Targets # -r flag = recursive
- name: Run yamllint on Modules
run: yamllint Modules
run: yamllint -r Modules # -r flag = recursive

0 comments on commit 714b26d

Please sign in to comment.