nixos-servers/.github/workflows/flake-check.yaml
Torjus Håkestad 75be3b3207
Some checks failed
Run nix flake check / flake-check (push) Successful in 2m2s
Periodic flake update / flake-update (push) Failing after 1m33s
Add workflows
2024-10-03 21:43:34 +02:00

15 lines
291 B
YAML

name: Run nix flake check
on:
push:
pull_request:
jobs:
flake-check:
runs-on: ubuntu-latest
container:
image: ghcr.io/catthehacker/ubuntu:runner-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v27
- run: nix flake check