File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -26,32 +26,13 @@ jobs:
2626 - shell : bash
2727 run : >
2828 ./intra-doc-links.bash
29- format_and_lint :
30- name : Format and Lint
31- runs-on : ubuntu-latest
32- steps :
33- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
34- - uses : prefix-dev/setup-pixi@main
35- with :
36- cache-write : ${{ github.event_name == 'push' && github.ref_name == 'main' }}
37- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
38- with :
39- workspaces : " . -> target/pixi"
40- key : ${{ hashFiles('pixi.lock') }}
41- save-if : ${{ github.ref == 'refs/heads/main' }}
42- - name : Run rustfmt
43- run : pixi run cargo-fmt
44- - name : Run clippy
45- run : pixi run cargo-clippy
46-
4729 test :
4830 name : Test
4931 strategy :
5032 fail-fast : false
5133 matrix :
5234 os : [ubuntu-latest, macos-latest, windows-latest]
5335 runs-on : ${{ matrix.os }}
54- needs : [format_and_lint]
5536 timeout-minutes : 20
5637 steps :
5738 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
You can’t perform that action at this time.
0 commit comments