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