add nix flake workflow check

This commit is contained in:
ajbt200128 2025-09-05 15:33:19 -07:00
parent 10af0a5513
commit 292a9efc4f

13
.github/workflows/nix.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: "Nix"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@v4
with:
submodules: true
- run: nix develop -L .# -c dune build @runtest @check