parent
188d29adf4
commit
ab51c50cac
17
.gitea/workflows/nix.yml
Normal file
17
.gitea/workflows/nix.yml
Normal file
@ -0,0 +1,17 @@
|
||||
name: nix-check
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: nix-runner
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
token: "${{ secrets.REPO_PAT }}"
|
||||
- run: |
|
||||
nix flake check
|
Loading…
Reference in New Issue
Block a user