Skip to content

Merge branch 'main' of https://github.com/lean-dojo/LeanDojo #526

Merge branch 'main' of https://github.com/lean-dojo/LeanDojo

Merge branch 'main' of https://github.com/lean-dojo/LeanDojo #526

Workflow file for this run

name: Black Code Formatter
on: [push, pull_request]
jobs:
format-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --diff"
jupyter: true