Skip to content

Run study area preparation in a background thread #246

Run study area preparation in a background thread

Run study area preparation in a background thread #246

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"