add check runner
This commit is contained in:
12
.gitea/workflows/checks.yaml
Normal file
12
.gitea/workflows/checks.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: checks
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
checks-impure:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: nix flake check
|
||||
Reference in New Issue
Block a user