Check flake instead of dry building
Some checks failed
Check flake / build-amd64-linux (push) Failing after 13s
Some checks failed
Check flake / build-amd64-linux (push) Failing after 13s
This commit is contained in:
15
.gitea/workflows/check.yml
Normal file
15
.gitea/workflows/check.yml
Normal file
@ -0,0 +1,15 @@
|
||||
name: Check flake
|
||||
on:
|
||||
push:
|
||||
branches: ['master']
|
||||
jobs:
|
||||
build-amd64-linux:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: master
|
||||
- name: Check flake
|
||||
run: |
|
||||
echo "Checking flake at ${{ gitea.ref }}"
|
||||
nix flake check
|
Reference in New Issue
Block a user