This commit is contained in:
parent
452e9bdc92
commit
b734e8270d
1 changed files with 11 additions and 0 deletions
11
.gitea/workflows/nix-check.yaml
Normal file
11
.gitea/workflows/nix-check.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
name: Verify build
|
||||||
|
run-name: ${{ gitea.actor }} is building
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
verify_build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: cachix/install-nix-action@v30
|
||||||
|
- run: nix-shell shell.nix --run make
|
||||||
Loading…
Add table
Add a link
Reference in a new issue