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: Check code format
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: psf/black@stable
with:
options: "--check --diff --color"
src: "."
jupyter: true