Skip to content

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

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

Workflow file for this run

name: "Checks"
on: [ "pull_request" ]
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
deny-outdated:
runs-on: ubuntu-latest
steps:
- uses: guyarb/[email protected]