Skip to content

Bump dawidd6/action-send-mail from 3 to 4 (#195) #13

Bump dawidd6/action-send-mail from 3 to 4 (#195)

Bump dawidd6/action-send-mail from 3 to 4 (#195) #13

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