Add check flake action
All checks were successful
Check Flake / check-flake (push) Successful in 3s

This commit is contained in:
Zuckerberg 2023-04-23 17:54:45 -06:00
parent 832894edfc
commit 938cb805cc

View File

@ -0,0 +1,16 @@
name: Check Flake
on: [push]
jobs:
check-flake:
runs-on: ubuntu-latest
steps:
- name: Install Nix
uses: cachix/install-nix-action@v20
- name: Checkout the repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Check Flake
run: nix flake check