Skip to content

Update github actions to use windows-2025 runner #404

Update github actions to use windows-2025 runner

Update github actions to use windows-2025 runner #404

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]
with:
extra_args: --all-files --hook-stage=manual