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 \
|
||||
--no-confirm
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check
|
||||
name: Checkout
|
||||
- name: Metadata
|
||||
run: |
|
||||
nix flake metadata
|
||||
- name: Statix
|
||||
run: |
|
||||
nix --no-sandbox develop -c statix check
|
||||
nix flake check
|
||||
- name: Flake check
|
||||
run: |
|
||||
nix flake check
|
Loading…
Reference in a new issue