This commit is contained in:
parent
4991a972ae
commit
c6cb14a14b
1 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
name: Checkout
|
name: Checkout
|
||||||
|
- uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
|
||||||
- name: Metadata
|
- name: Metadata
|
||||||
run: |
|
run: |
|
||||||
nix flake metadata
|
nix flake metadata
|
||||||
|
@ -17,4 +18,4 @@ jobs:
|
||||||
nix develop -c statix check
|
nix develop -c statix check
|
||||||
- name: Flake check
|
- name: Flake check
|
||||||
run: |
|
run: |
|
||||||
nix flake check
|
nix flake check
|
||||||
|
|
Loading…
Reference in a new issue