Skip to content

Bump actions/checkout from 3 to 4 (#36) #24

Bump actions/checkout from 3 to 4 (#36)

Bump actions/checkout from 3 to 4 (#36) #24

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@v4
- uses: psf/black@stable
with:
options: "--check --diff --color"
src: "."
jupyter: true