Skip to content

Commit f3bedf0

Browse files
committed
Add nixos test CI
1 parent 4232f6c commit f3bedf0

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/checks.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Run Nix Checks
2+
3+
on:
4+
pull_request:
5+
branches: [ main ]
6+
7+
jobs:
8+
checks:
9+
name: Run all checks
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout repository
13+
uses: actions/checkout@v4
14+
15+
- name: Install Lix
16+
uses: samueldr/lix-gha-installer-action@v2026-02-22
17+
18+
- name: Run all checks
19+
run: lix build .#checks.x86_64-linux --print-build-logs

0 commit comments

Comments
 (0)