This commit is contained in:
parent
34295e697f
commit
13a624b5cf
14
.gitea/workflows/nix.yml
Normal file
14
.gitea/workflows/nix.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: nix-build-publish
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
check:
|
||||||
|
runs-on: nix-runner
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- run: |
|
||||||
|
nix flake check --keep-going
|
Loading…
Reference in New Issue
Block a user