Skip to content

Bump actions/checkout from 5 to 6 #44

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #44

Workflow file for this run

name: pre-commit
on:
push:
pull_request:
jobs:
run-pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pre-commit/action@v3.0.1