Skip to content

build(deps): bump the pre-commit-hooks group with 7 updates #1

build(deps): bump the pre-commit-hooks group with 7 updates

build(deps): bump the pre-commit-hooks group with 7 updates #1

# https://github.com/j178/prek
name: Manual hooks
on: [pull_request]
permissions:
contents: read
jobs:
pre-commit:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v6
- uses: j178/prek-action@v1
with:
install-only: true
- name: Run manual pre-commit hooks
run: prek run --color=always --all-files --hook-stage manual