Skip to content

Commit

Permalink
Fix shell-check lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed Apr 17, 2024
1 parent 985ed8d commit 19a6fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ jobs:
uses: sudo-bot/action-shellcheck@latest
with:
# https://github.com/koalaman/shellcheck#how-to-use
cli-args: "*.sh ./.github/scripts/*.sh"
cli-args: "*.sh"

0 comments on commit 19a6fbb

Please sign in to comment.