Skip to content

Commit

Permalink
shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
NoureldinYosri committed Dec 6, 2024
1 parent c3a72b8 commit dcbfc36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: ci/mypy.sh

- name: shellcheck
uses: actions/checkout@v4
run: ci/shellcheck.sh

- name: format
Expand Down
2 changes: 1 addition & 1 deletion ci/shellcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ echo "${shell_files[@]}" | tr ' ' '\n' | sed 's/^/ /'

echo

/usr/local/bin/shellcheck --external-sources "${shell_files[@]}"
shellcheck --external-sources "${shell_files[@]}"

0 comments on commit dcbfc36

Please sign in to comment.