Skip to content

4.0 polish: docs, examples, property tests, stress tests, optimizer f… #527

4.0 polish: docs, examples, property tests, stress tests, optimizer f…

4.0 polish: docs, examples, property tests, stress tests, optimizer f… #527

Workflow file for this run

name: Run pre-commit hook
on:
push:
branches: [master]
pull_request:
branches: [master]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pre-commit/action@v3.0.1