Skip to content

updates

updates #2

Workflow file for this run

---
name: Lint
on:
merge_group:
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
jobs:
# =====================================================================
# Primary Lint job
# =====================================================================
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: cachix/install-nix-action@4e002c8ec80594ecd40e759629461e26c8abed15 # v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run flake pre-commit hooks
run: nix develop -c pre-commit run --all-files