Skip to content

mineshspc.com: update to cbe7ea7f1f0d7566dd1598fe70a9924756f3a93f #140

mineshspc.com: update to cbe7ea7f1f0d7566dd1598fe70a9924756f3a93f

mineshspc.com: update to cbe7ea7f1f0d7566dd1598fe70a9924756f3a93f #140

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@v26
- name: Run pre-commit
run: nix develop --command pre-commit run --all --verbose