Skip to content

Use tagged nchelpers and wps-tools #17

Use tagged nchelpers and wps-tools

Use tagged nchelpers and wps-tools #17

Workflow file for this run

name: Black
on: push
jobs:
black:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: psf/black@stable
with:
options: "--check"