Skip to content

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

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) #5

Workflow file for this run

name: "Checks"
on: [ "pull_request", "push" ]
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