Skip to content

Commit 959b70a

Browse files
ci: add nix flake check to ci
1 parent db0afd5 commit 959b70a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/format.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,20 @@ concurrency:
99
cancel-in-progress: true
1010

1111
jobs:
12-
check:
12+
nix-flake-check:
13+
name: Nix Flake Check
1314
runs-on: ubuntu-latest
15+
steps:
16+
- name: Install Nix
17+
uses: DeterminateSystems/nix-installer-action@de22e16c4711fca50c816cc9081563429d1cf563 # v10
18+
19+
- name: Checkout
20+
uses: actions/checkout@v4
21+
22+
- run: nix flake check
1423

24+
check:
25+
runs-on: ubuntu-latest
1526
steps:
1627
- name: Checkout
1728
uses: actions/checkout@v4

0 commit comments

Comments
 (0)