Check flake instead of dry building
Some checks failed
Check flake / build-amd64-linux (push) Failing after 13s

This commit is contained in:
2024-05-07 09:03:39 +01:00
parent 2dfb394d31
commit 19b1b463f7

View 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