Skip to content

fix(ci): try using a different nix-install #14

fix(ci): try using a different nix-install

fix(ci): try using a different nix-install #14

Workflow file for this run

name: Check
on:
workflow_dispatch: # can be triggered manually
pull_request:
push:
paths-ignore:
- "LICENSE"
- "**.md"
- "img/**"
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@v25
- name: Setup nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run flake checker
uses: DeterminateSystems/flake-checker-action@main
- name: Check flake
# TODO print to $GITHUB_STEP_SUMMARY
run: nix flake check