We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73426c commit 6a16dffCopy full SHA for 6a16dff
1 file changed
.github/workflows/ci.yml
@@ -78,3 +78,10 @@ jobs:
78
run: ./scripts/asciicheck.py README.md
79
- name: Check README ToC
80
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