nixcfg/.github/workflows/check-flake.yml
Aly Raffauf 8af90582f1
Create check-flake.yml
added automatic `nix flake check` action on push.
2024-03-05 01:41:31 -05:00

21 lines
310 B
YAML

name: Check flake
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v20
- name: Check if flake.nix still evaluates
run: nix flake check