Skip to content

faster CI, that runs on main (meaning we can enforce branches are up to date) #6

faster CI, that runs on main (meaning we can enforce branches are up to date)

faster CI, that runs on main (meaning we can enforce branches are up to date) #6

Workflow file for this run

name: "Checks"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix --experimental-features "nix-command flakes" flake check