Skip to content

Commit add7c12

Browse files
committed
feat: Check Nix package is working as part of the CI workflow
1 parent a768a6a commit add7c12

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,10 @@ jobs:
7878
run: ./scripts/asciicheck.py README.md
7979
- name: Check README ToC
8080
run: python3 scripts/readme_toc.py README.md
81+
82+
build-nix:
83+
runs-on: ubuntu-latest
84+
steps:
85+
- uses: actions/checkout@v4
86+
- uses: cachix/install-nix-action@v31
87+
- run: nix build

0 commit comments

Comments
 (0)