Skip to content

Add Use this template button (#1127) #2

Add Use this template button (#1127)

Add Use this template button (#1127) #2

Workflow file for this run

name: pre-commit
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
pre-commit:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]
with:
extra_args: --all-files