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 82
82
sh ./ci/raw_init.sh
83
83
- name : Run shell checks
84
84
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
88
88
- name : Run formatting checks
89
89
run : |
90
90
cargo fmt --all --check
Original file line number Diff line number Diff line change 82
82
sh ./ci/raw_init.sh
83
83
- name : Run shell checks
84
84
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
88
88
- name : Run formatting checks
89
89
run : |
90
90
cargo fmt --all --check
Original file line number Diff line number Diff line change 3
3
set -ex
4
4
5
5
sh ./rustup-init.sh --default-toolchain none -y
6
- # shellcheck source=/dev/null
6
+ # shellcheck source=src/cli/self_update/env.sh
7
7
. " $HOME " /.cargo/env
8
8
rustup -Vv
You can’t perform that action at this time.
0 commit comments