Skip to content

Update pre-commit to prek #2

Update pre-commit to prek

Update pre-commit to prek #2

Workflow file for this run

name: Prek Checks
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- '**'
paths-ignore:
- '.github/workflows/**'
jobs:
prek:
if: github.event_name == 'pull_request' || github.event.pull_request == null
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: j178/prek-action@v1