Skip to content

Bump actions/setup-python from 4 to 5 (#469) #543

Bump actions/setup-python from 4 to 5 (#469)

Bump actions/setup-python from 4 to 5 (#469) #543

Workflow file for this run

name: Linting and formatting (pre-commit)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]