Skip to content

Commit

Permalink
Updating ymlinter
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottGibb committed Nov 5, 2023
1 parent ed02e20 commit d12301b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/Static Analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ jobs:
- name: Run yamllint
run: |
echo "Checking YAML files"
yamllint -c .yamllint.yaml .github/**/**.yaml
yamllint -c .yamllint.yaml .github/**/**.yml
yamllint -c .yamllint.yaml **.yaml
yamllint -c .yamllint.yml .github/**/**.yml
yamllint -c .yamllint.yml **.yml
File renamed without changes.

0 comments on commit d12301b

Please sign in to comment.