Skip to content

Modified pyproject.toml to exclude the benchmarks directory from … #8

Modified pyproject.toml to exclude the benchmarks directory from …

Modified pyproject.toml to exclude the benchmarks directory from … #8

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"