This commit is contained in:
oxapentane - 2022-05-28 06:29:28 +02:00
parent c038b5a0e6
commit 962207206d
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C

11
.github/workflows/flake-check.yml vendored Normal file
View File

@ -0,0 +1,11 @@
name: "flake check"
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v17
- run: nix flake check