Separate action into more steps for more granular visibility

This commit is contained in:
Cyryl Płotnicki 2023-07-01 10:06:31 +01:00
parent 19f9b9bb66
commit 17d20e03da

View file

@ -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