nix-config/.gitea/workflows/check-flake.yaml
Zuckerberg 938cb805cc
All checks were successful
Check Flake / check-flake (push) Successful in 3s
Add check flake action
2023-04-23 17:54:45 -06:00

16 lines
325 B
YAML

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