Skip to content

fix(pre-commit): use python 3.13 + pre-commit v4 to fix ruff/pyprojec… #27

fix(pre-commit): use python 3.13 + pre-commit v4 to fix ruff/pyprojec…

fix(pre-commit): use python 3.13 + pre-commit v4 to fix ruff/pyprojec… #27

Workflow file for this run

name: Checks
on:
pull_request:
push:
branches:
- main
jobs:
pre_commit_checks:
name: Pre-Commit checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
with:
submodules: true
- uses: pre-commit/action@main