Skip to content

Commit

Permalink
add parsable to yml lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aarz-snl authored Nov 27, 2023
1 parent 3eacd0b commit bbb318b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install yamllint
yamllint **/*.yml
yamllint -f parsable **/*.yml
semgrep-scan:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bbb318b

Please sign in to comment.