Skip to content

Bump actions/checkout from 6 to 7 #10

Bump actions/checkout from 6 to 7

Bump actions/checkout from 6 to 7 #10

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@v7
- uses: pre-commit/action@v3.0.1