Skip to content

code style in separate action #1

code style in separate action

code style in separate action #1

Workflow file for this run

name: Code Layout
on: push
jobs:
code_style_python:
name: Python code convention check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose --diff"