File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 steps :
2222 - name : Checkout
2323 uses : actions/checkout@v4
24- - uses : taiki-e/install-action@v2
24+ - name : Install `cargo-audit`
25+ uses : taiki-e/install-action@v2
2526 with :
2627 tool : cargo-audit
2728 - name : Run Audit
Original file line number Diff line number Diff line change 3636 steps :
3737 - name : Checkout
3838 uses : actions/checkout@v4
39- - uses : taiki-e/install-action@v2
39+ - name : Install Taplo
40+ uses : taiki-e/install-action@v2
4041 with :
4142 tool : taplo-cli
4243 - name : Run Taplo
Original file line number Diff line number Diff line change 3535 uses : actions/checkout@v4
3636 - name : Install Rust
3737 run : |
38- rustup toolchain install ${{ matrix.rust.version }} --profile minimal --component clippy${{ matrix.rust.component }} --target ${{ matrix.target }}
38+ rustup toolchain install ${{ matrix.rust.version }} --profile minimal --component clippy${{ matrix.rust.component }} --allow-downgrade -- target ${{ matrix.target }}
3939 rustup default ${{ matrix.rust.version }}
4040 - name : Run Clippy
4141 env :
Original file line number Diff line number Diff line change 2121 steps :
2222 - name : Checkout
2323 uses : actions/checkout@v4
24- - uses : taiki-e/install-action@v2
24+ - name : Install `cargo-spellcheck`
25+ uses : taiki-e/install-action@v2
2526 with :
2627 tool : cargo-spellcheck
2728 - name : Run Spellcheck
3839 steps :
3940 - name : Checkout
4041 uses : actions/checkout@v4
41- - uses : taiki-e/install-action@v2
42+ - name : Install Typos
43+ uses : taiki-e/install-action@v2
4244 with :
4345 tool : typos-cli
4446 - name : Run Typos
You can’t perform that action at this time.
0 commit comments