Skip to content

Bump actions/checkout from 3 to 6 #92

Bump actions/checkout from 3 to 6

Bump actions/checkout from 3 to 6 #92

Workflow file for this run

name: pre-commit
on:
pull_request:
branches:
- '*'
push:
branches:
- '*'
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v3
with:
python-version: '3.11'
- uses: pre-commit/[email protected]
with:
extra_args: --all-files