Skip to content

Add flake check

Add flake check #1

Workflow file for this run

name: "Check flake"
on:
pull_request:
jobs:
check-flake:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v25
- run: nix flake check