Skip to content

Bump actions/checkout from 5 to 6 #9

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #9

Workflow file for this run

name: style
concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
cancel-in-progress: true
on: # yamllint disable-line rule:truthy
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
pytest:
timeout-minutes: 10
strategy:
fail-fast: false
name: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pre-commit/action@v3.0.1