Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Add prek git hooks

Add prek git hooks #1

Workflow file for this run

name: Prek
on:
push:
branches: [main]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
prek:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run prek checks
run: nix develop --command prek run --all-files