add tests
This commit is contained in:
9
.gitea/workflows/check.yaml
Normal file
9
.gitea/workflows/check.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
name: build
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: nix
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- run: nix flake check -L
|
||||||
Reference in New Issue
Block a user