Skip to content

Commit

Permalink
refactor(bashate.yml): quote to avoid word splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
markparonyan committed Feb 12, 2025
1 parent 83f4540 commit 84b978e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bashate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
with:
python-version: 3.11
- run: pip install bashate
- run: bashate -i E006,E003 $(find . -name '*.sh')
- run: bashate -i E006,E003 "$(find . -name '*.sh')"

0 comments on commit 84b978e

Please sign in to comment.