Skip to content

Bump actions/checkout from 5 to 6 #1008

Bump actions/checkout from 5 to 6

Bump actions/checkout from 5 to 6 #1008

Workflow file for this run

name: Verify formatting
on:
push:
branches: master
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
name: Verify Python formatting
steps:
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v3
with:
version: "0.12.0"
args: "format --check"