Skip to content

Commit

Permalink
Fix linter shellcheck action, use strict for YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Feb 24, 2023
1 parent e957ca4 commit 74f6013
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ jobs:
- uses: actions/checkout@v3
- uses: ludeeus/action-shellcheck@master
with:
additional_files: app/*
ignore_names: pass
scandir: app
- uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: .github/workflows/*.yml
strict: true

0 comments on commit 74f6013

Please sign in to comment.