Skip to content

Merge pull request #32 from MerginMaps/ci_tests #7

Merge pull request #32 from MerginMaps/ci_tests

Merge pull request #32 from MerginMaps/ci_tests #7

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"