Skip to content

Commit

Permalink
Add missing shellcheck installation
Browse files Browse the repository at this point in the history
Shellcheck is missing, we do need it however...
  • Loading branch information
JanneKiiskila committed Jul 6, 2024
1 parent d872ee4 commit 28365f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: "scripts-internal/golang/golint_script.sh --all"
- name: Run pysh-check
run: |
sudo apt-get update && sudo apt-get install -y pycodestyle pydocstyle black
sudo apt-get update && sudo apt-get install -y pycodestyle pydocstyle black shellcheck
echo "." >scripts-internal/.nopyshcheck
echo "." >vendor/.nopyshcheck
scripts-internal/pysh-check/pysh-check.sh --workdir .
Expand Down

0 comments on commit 28365f1

Please sign in to comment.