Skip to content

mineshspc.com: update to 9fb2fab5a7edca9a97de37f19ae057ad71f1fdc1 #201

mineshspc.com: update to 9fb2fab5a7edca9a97de37f19ae057ad71f1fdc1

mineshspc.com: update to 9fb2fab5a7edca9a97de37f19ae057ad71f1fdc1 #201

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v27
- name: Run pre-commit
run: nix develop --command pre-commit run --all --verbose