Skip to content

chore(flake/nixpkgs): 0bb7ec54 -> e7a3ca80 #10

chore(flake/nixpkgs): 0bb7ec54 -> e7a3ca80

chore(flake/nixpkgs): 0bb7ec54 -> e7a3ca80 #10

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: cachix/install-nix-action@a49548c11d9846ad46ecc0115273879b045f001c # v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run flake pre-commit hooks
run: nix develop -c pre-commit run --all-files