Skip to content

Commit 418b1b1

Browse files
committed
f Have shellcheck follow the source
1 parent 812e903 commit 418b1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: "matrix.platform == 'ubuntu-latest'"
3939
run: |
4040
sudo apt-get -y install shellcheck
41-
shellcheck ci/ci-tests.sh
41+
shellcheck -x ci/ci-tests.sh -P ci
4242
- name: Set RUSTFLAGS to deny warnings
4343
if: "matrix.toolchain == '1.63.0'"
4444
run: echo "RUSTFLAGS=-D warnings" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)