Skip to content

Widgetfactory classify polygon #111

Widgetfactory classify polygon

Widgetfactory classify polygon #111

name: Black Python Code Linter
on:
push:
branches:
- main
pull_request:
types:
- edited
- opened
- reopened
- synchronize
branches:
- main
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./geest"