Skip to content

chore(deps): Bump actions/checkout from 5 to 6 in the actions group (… #325

chore(deps): Bump actions/checkout from 5 to 6 in the actions group (…

chore(deps): Bump actions/checkout from 5 to 6 in the actions group (… #325

Workflow file for this run

name: Code linting
on:
pull_request:
push:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version-file: "pyproject.toml"
- uses: pre-commit/[email protected]