File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v4
18- - uses : dtolnay/rust-toolchain@stable
1918 - name : ⚡ Cache
2019 uses : actions/cache@v4
2120 with :
3231 runs-on : ubuntu-latest
3332 steps :
3433 - uses : actions/checkout@v4
35- - uses : dtolnay/rust-toolchain@stable
36- with :
37- components : clippy
3834 - name : ⚡ Cache
3935 uses : actions/cache@v4
4036 with :
5147 runs-on : ubuntu-latest
5248 steps :
5349 - uses : actions/checkout@v4
54- - uses : dtolnay/rust-toolchain@stable
55- with :
56- components : rustfmt
5750 - name : Run rustfmt
5851 run : cargo fmt --all -- --check
5952
6558 runs-on : ${{ matrix.os }}
6659 steps :
6760 - uses : actions/checkout@v4
68- - uses : dtolnay/rust-toolchain@stable
6961 - name : ⚡ Cache
7062 uses : actions/cache@v4
7163 with :
Original file line number Diff line number Diff line change 1+ [toolchain ]
2+ channel = " 1.92"
3+ components = [ " rustfmt" , " clippy" ]
4+ targets = []
You can’t perform that action at this time.
0 commit comments