Skip to content

chore(deps): bump actions/checkout from 4 to 5 in /.github/workflows … #1055

chore(deps): bump actions/checkout from 4 to 5 in /.github/workflows …

chore(deps): bump actions/checkout from 4 to 5 in /.github/workflows … #1055

Workflow file for this run

---
name: black_format
'on':
workflow_dispatch:
push:
branches:
- master
pull_request:
jobs:
black_format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: psf/[email protected]
with:
options: "--check --verbose"