Files
anyrun/.github/workflows/check.yml
NotAShelf f9073a6184 nix: housekeeping (#100)
* flake: bump inputs

* CI: simplify cachix workflow

* CI: separate nix flake checking
2023-10-10 11:21:25 +03:00

20 lines
384 B
YAML

name: Flake Check
on: [push, pull_request, workflow_dispatch]
jobs:
check-flake:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
logger: pretty
- name: Check Flake
run: nix flake check --accept-flake-config