Skip to content

Move map setup to separate module and add run buttons #68

Move map setup to separate module and add run buttons

Move map setup to separate module and add run buttons #68

Workflow file for this run

name: Black
on: push
jobs:
black:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable
with:
black_args: ". --check"