This commit is contained in:
parent
452e9bdc92
commit
b734e8270d
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…
x
Reference in New Issue
Block a user