Skip to content

Commit

Permalink
Fix shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 30, 2024
1 parent 44a4f6d commit 79fcbca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ commands =
[testenv:shellcheck]

commands_pre =
sudo apt update && sudo apt install --assume-yes shellcheck
sh -c "sudo apt update -y && sudo apt install --assume-yes shellcheck"

commands =
find . -name \*.sh | xargs shellcheck --severity=warning
sh -c "find {toxinidir} -name \*.sh | xargs shellcheck --severity=warning"

0 comments on commit 79fcbca

Please sign in to comment.