Skip to content

maybe fix gh action #10

maybe fix gh action

maybe fix gh action #10

Workflow file for this run

name: "CI"
on:
push:
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build
- run: nix flake check