@@ -3,11 +3,11 @@ name: CI
33on :
44 push :
55 branches :
6- - ' develop'
7- - ' releases/*'
6+ - " develop"
7+ - " releases/*"
88 pull_request :
99 branches :
10- - ' develop'
10+ - " develop"
1111
1212env :
1313 CARGO_TERM_COLOR : always
@@ -17,22 +17,22 @@ jobs:
1717 runs-on : ubuntu-24.04
1818
1919 steps :
20- - uses : actions/checkout@v4
21- - uses : cachix/install-nix-action@v18
22- with :
23- github_access_token : ${{ secrets.GITHUB_TOKEN }}
24- - name : Caching cargo
25- uses : actions/cache@v4
26- with :
27- path : |
28- ~/.cargo/registry
29- ~/.cargo/git
30- target
31- key : ${{ runner.os }}-nix-rustc-v1-1.55.0-${{ hashFiles('Cargo.lock') }}
32- restore-keys : |
33- ${{ runner.os }}-nix-rustc-v1-1.55.0-
34- - run : nix develop -c bash scripts/build.sh -ad
35- - run : nix develop -c cargo test
20+ - uses : actions/checkout@v4
21+ - uses : cachix/install-nix-action@v18
22+ with :
23+ github_access_token : ${{ secrets.GITHUB_TOKEN }}
24+ - name : Caching cargo
25+ uses : actions/cache@v4
26+ with :
27+ path : |
28+ ~/.cargo/registry
29+ ~/.cargo/git
30+ target
31+ key : ${{ runner.os }}-nix-rustc-v1-1.55.0-${{ hashFiles('Cargo.lock') }}
32+ restore-keys : |
33+ ${{ runner.os }}-nix-rustc-v1-1.55.0-
34+ - run : nix develop -c bash scripts/build.sh -ad
35+ - run : nix develop -c cargo test
3636
3737 cargo-deny :
3838 runs-on : ubuntu-24.04
4242 - bans licenses sources
4343
4444 steps :
45- - uses : actions/checkout@v4
46- - uses : EmbarkStudios/cargo-deny-action@v1
47- with :
48- command : check ${{ matrix.checks }}
45+ - uses : actions/checkout@v4
46+ - uses : EmbarkStudios/cargo-deny-action@v2
4947
5048 format :
5149 runs-on : ubuntu-24.04
6058 spell-check :
6159 runs-on : ubuntu-24.04
6260 steps :
63- - uses : actions/checkout@v4
64- - uses : crate-ci/typos@master
61+ - uses : actions/checkout@v4
62+ - uses : crate-ci/typos@master
0 commit comments