ci: add checks

This commit is contained in:
DavHau 2023-07-31 19:56:59 +02:00
parent e000e651f3
commit 1276f89419

View File

@ -0,0 +1,12 @@
name: check
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: nix flake check