Skip to content

Merge branch 'black-lint-fix-20230311' of https://github.com/uber/orb… #388

Merge branch 'black-lint-fix-20230311' of https://github.com/uber/orb…

Merge branch 'black-lint-fix-20230311' of https://github.com/uber/orb… #388

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose --color"
jupyter: true