File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 7474 run : rustup toolchain install nightly --profile default --target ${{ matrix.target }} --no-self-update
7575 - name : " Ensure nightly rustfmt installed"
7676 run : rustup component add rustfmt --toolchain nightly
77+ - name : " Ensure nightly clippy installed"
78+ run : rustup component add clippy --toolchain nightly
7779 - name : " Run Cargo fmt"
7880 run : cargo +nightly fmt --all
7981 - name : " Run Cargo check"
@@ -137,6 +139,8 @@ jobs:
137139 run : rustup toolchain install nightly --profile default --target ${{ matrix.target }} --no-self-update
138140 - name : " Ensure nightly rustfmt installed"
139141 run : rustup component add rustfmt --toolchain nightly
142+ - name : " Ensure nightly clippy installed"
143+ run : rustup component add clippy --toolchain nightly
140144 - name : " Run Cargo fmt"
141145 run : cargo +nightly fmt --all
142146 - name : " Run Clippy with pedantic"
You can’t perform that action at this time.
0 commit comments