Jordan Holt 19b1b463f7
Some checks failed
Check flake / build-amd64-linux (push) Failing after 13s
Check flake instead of dry building
2024-05-07 09:03:39 +01:00

16 lines
299 B
YAML

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