File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8282 sh ./ci/raw_init.sh
8383 - name : Run shell checks
8484 run : |
85- shellcheck -s dash -- rustup-init.sh
86- git ls-files -- '*.sh' | xargs shellcheck -s dash -e SC1090
87- git ls-files -- '*.bash' | xargs shellcheck -s bash -e SC1090
85+ shellcheck -x - s dash -- rustup-init.sh
86+ git ls-files -- '*.sh' | xargs shellcheck -x -s dash
87+ git ls-files -- '*.bash' | xargs shellcheck -x -s bash
8888 - name : Run formatting checks
8989 run : |
9090 cargo fmt --all --check
Original file line number Diff line number Diff line change 8282 sh ./ci/raw_init.sh
8383 - name : Run shell checks
8484 run : |
85- shellcheck -s dash -- rustup-init.sh
86- git ls-files -- '*.sh' | xargs shellcheck -s dash -e SC1090
87- git ls-files -- '*.bash' | xargs shellcheck -s bash -e SC1090
85+ shellcheck -x - s dash -- rustup-init.sh
86+ git ls-files -- '*.sh' | xargs shellcheck -x -s dash
87+ git ls-files -- '*.bash' | xargs shellcheck -x -s bash
8888 - name : Run formatting checks
8989 run : |
9090 cargo fmt --all --check
Original file line number Diff line number Diff line change 33set -ex
44
55sh ./rustup-init.sh --default-toolchain none -y
6- # shellcheck source=/dev/null
6+ # shellcheck source=src/cli/self_update/env.sh
77. " $HOME " /.cargo/env
88rustup -Vv
You can’t perform that action at this time.
0 commit comments