Skip to content

Workflow file for this run

name: "Run various checks on merge (pull) request"
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
check:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check --impure --show-trace --accept-flake-config