Skip to content

checks: refactor tests into multiple files #31

checks: refactor tests into multiple files

checks: refactor tests into multiple files #31

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Run flake checks
run: nix develop -c nix-fast-build --no-nom --no-download