Skip to content

Merge branch 'main' of https://github.com/sun-data/regridding #63

Merge branch 'main' of https://github.com/sun-data/regridding

Merge branch 'main' of https://github.com/sun-data/regridding #63

Workflow file for this run

name: Black
on:
push:
branches:
- main
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose --diff"
src: "./regridding"