Skip to content

Wait longer in process link test to work around an issue with Windows test runner #493

Wait longer in process link test to work around an issue with Windows test runner

Wait longer in process link test to work around an issue with Windows test runner #493

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Run pre-commit
uses: pre-commit/[email protected]