Skip to content

Commit

Permalink
ci: apply fixes from yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
danctorres committed Nov 14, 2024
1 parent eef5299 commit f5c7a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
python -m pip install --upgrade pip
pip install yamllint
- name: Lint YAML files
run: |
run: |-
yamllint . || exit 1

0 comments on commit f5c7a50

Please sign in to comment.