Skip to content

mineshspc.com: update to e583ec816547162fb05e3a25330bf09d1b79368d #150

mineshspc.com: update to e583ec816547162fb05e3a25330bf09d1b79368d

mineshspc.com: update to e583ec816547162fb05e3a25330bf09d1b79368d #150

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