Skip to content

Commit

Permalink
Add to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sgugger committed Oct 26, 2020
1 parent 5f8133c commit 2a848b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ jobs:
- run: black --check examples templates tests src utils
- run: isort --check-only examples templates tests src utils
- run: flake8 examples templates tests src utils
- run: python utils/style_doc.py src/transformers docs/source --max_len 119 --check_only
- run: python utils/check_copies.py
- run: python utils/check_dummies.py
- run: python utils/check_repo.py
Expand Down

0 comments on commit 2a848b2

Please sign in to comment.