Skip to content

More commit hooks

More commit hooks #18

Workflow file for this run

name: Pre-commit hooks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions: read-all
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install devbox
uses: jetify-com/[email protected]
with:
enable-cache: 'true'
- name: Run pre-commit on all files
run: devbox run -- pre-commit run --verbose --all-files --show-diff-on-failure