We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shellcheck
source
1 parent 812e903 commit 418b1b1Copy full SHA for 418b1b1
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
if: "matrix.platform == 'ubuntu-latest'"
39
run: |
40
sudo apt-get -y install shellcheck
41
- shellcheck ci/ci-tests.sh
+ shellcheck -x ci/ci-tests.sh -P ci
42
- name: Set RUSTFLAGS to deny warnings
43
if: "matrix.toolchain == '1.63.0'"
44
run: echo "RUSTFLAGS=-D warnings" >> "$GITHUB_ENV"
0 commit comments