Skip to content

CI: Add GitHub workflow to run pre-commit #5

CI: Add GitHub workflow to run pre-commit

CI: Add GitHub workflow to run pre-commit #5

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
- 5.*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]