Run flake check in CI

This commit is contained in:
Sridhar Ratnakumar 2022-03-25 14:29:56 -04:00
parent e4babff826
commit 082ed32bae

View file

@ -20,3 +20,7 @@ jobs:
id: build
run: |
nix build -j auto
- name: Flake check
id: flake-check
run: |
nix flake check