Skip to content

Rafael/bump v3.0.0rc1 #758

Rafael/bump v3.0.0rc1

Rafael/bump v3.0.0rc1 #758

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
name: Check python code using the official black action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
/*
!*.parquet
sparse-checkout-cone-mode: false
- uses: psf/black@stable
with:
src: "toolkit tests"
options: "--check --verbose --diff"