Skip to content

Merge pull request #7 from oh2fih/fix-return-path #7

Merge pull request #7 from oh2fih/fix-return-path

Merge pull request #7 from oh2fih/fix-return-path #7

Workflow file for this run

name: Black (Python)
on:
push:
pull_request:
branches:
- main
jobs:
black:
name: Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check Black formatting for Python scripts
uses: psf/black@stable
with:
options: --check --verbose
src: .