Skip to content

[DO NOT MERGE] Upcoming 2.14 release #4682

[DO NOT MERGE] Upcoming 2.14 release

[DO NOT MERGE] Upcoming 2.14 release #4682

Workflow file for this run

name: precommit
on:
push:
branches: ["main", "dev-2.14"]
pull_request:
branches: ["main", "dev-2.14"]
jobs:
precommit:
runs-on: ubuntu-22.04
timeout-minutes: 3
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "pip"
- uses: pre-commit/[email protected]