Separate action into more steps for more granular visibility
This commit is contained in:
parent
19f9b9bb66
commit
17d20e03da
1 changed files with 7 additions and 2 deletions
|
@ -14,8 +14,13 @@ jobs:
|
||||||
--init none \
|
--init none \
|
||||||
--no-confirm
|
--no-confirm
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Check
|
name: Checkout
|
||||||
|
- name: Metadata
|
||||||
run: |
|
run: |
|
||||||
nix flake metadata
|
nix flake metadata
|
||||||
|
- name: Statix
|
||||||
|
run: |
|
||||||
nix --no-sandbox develop -c statix check
|
nix --no-sandbox develop -c statix check
|
||||||
|
- name: Flake check
|
||||||
|
run: |
|
||||||
nix flake check
|
nix flake check
|
Loading…
Reference in a new issue