Skip to content

Merge pull request #33 from MerginMaps/fix-26 #9

Merge pull request #33 from MerginMaps/fix-26

Merge pull request #33 from MerginMaps/fix-26 #9

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"