Commit 6eb8518 1 parent e059f59 commit 6eb8518 Copy full SHA for 6eb8518
File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 42
42
steps :
43
43
- uses : actions/checkout@v4
44
44
- name : Install Nix
45
- uses : cachix/install-nix-action@v26
45
+ uses : cachix/install-nix-action@V27
46
46
- name : Check feature ${{ matrix.feature }} only
47
47
run : nix develop .#stable -c cargo check --no-default-features --features=${{ matrix.feature }}
48
48
- name : Check feature ${{ matrix.feature }} with defaults
76
76
- name : checkout
77
77
uses : actions/checkout@v4
78
78
- name : Install Nix
79
- uses : cachix/install-nix-action@v26
79
+ uses : cachix/install-nix-action@V27
80
80
- name : Check rgb-core
81
81
run : nix develop ".#${{ matrix.toolchain }}" -c cargo check --workspace --all-targets --all-features
Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/checkout@v2
23
23
- name : Install Nix
24
- uses : cachix/install-nix-action@v26
24
+ uses : cachix/install-nix-action@V27
25
25
- name : Build
26
26
run : nix develop .#codecov -c cargo build --release
27
27
- name : Test
Original file line number Diff line number Diff line change @@ -21,23 +21,23 @@ jobs:
21
21
steps :
22
22
- uses : actions/checkout@v4
23
23
- name : Install Nix
24
- uses : cachix/install-nix-action@v26
24
+ uses : cachix/install-nix-action@V27
25
25
- name : Formatting
26
26
run : nix develop .#nightly -c cargo fmt --all -- --check
27
27
clippy :
28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- uses : actions/checkout@v4
31
31
- name : Install Nix
32
- uses : cachix/install-nix-action@v26
32
+ uses : cachix/install-nix-action@V27
33
33
- name : Clippy
34
34
run : nix develop .#stable -c cargo clippy --workspace --all-features --all-targets -- -D warnings
35
35
doc :
36
36
runs-on : ubuntu-latest
37
37
steps :
38
38
- uses : actions/checkout@v4
39
39
- name : Install Nix
40
- uses : cachix/install-nix-action@v26
40
+ uses : cachix/install-nix-action@V27
41
41
- name : Doc
42
42
run : nix develop .#stable -c cargo doc --workspace --all-features
43
43
typos :
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
21
21
steps :
22
22
- uses : actions/checkout@v4
23
23
- name : Install Nix
24
- uses : cachix/install-nix-action@v26
24
+ uses : cachix/install-nix-action@V27
25
25
- name : Build & test
26
26
run : nix develop .#stable -c cargo test --workspace --all-features --no-fail-fast
27
27
wasm-testing :
28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- uses : actions/checkout@v4
31
31
- name : Install Nix
32
- uses : cachix/install-nix-action@v26
32
+ uses : cachix/install-nix-action@V27
33
33
- name : Test in headless Chrome
34
34
run : nix develop .#wasm -c wasm-pack test --headless --chrome
You can’t perform that action at this time.
0 commit comments