Skip to content

Commit

Permalink
Also lint our template files
Browse files Browse the repository at this point in the history
  • Loading branch information
danudey committed Jul 3, 2024
1 parent c58bf1c commit 983b6c0
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 @@ -9,7 +9,7 @@
- id: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: .semaphore/**/*.yml
file_or_dir: .semaphore/**/*.yml .semaphore/**/*.yml.tpl
config_file: .semaphore/.yamllint.yml

- run: echo ${{ steps.yaml-lint.outputs.logfile }}
Expand Down

0 comments on commit 983b6c0

Please sign in to comment.