Add a script to check inits are consistent (#11024)

This commit is contained in:
Sylvain Gugger
2021-04-04 20:41:34 -04:00
committed by GitHub
parent 335c0ca35c
commit b0d49fd536
7 changed files with 237 additions and 5 deletions

View File

@@ -405,6 +405,7 @@ jobs:
- run: python utils/check_table.py
- run: python utils/check_dummies.py
- run: python utils/check_repo.py
- run: python utils/check_inits.py
check_repository_consistency:
working_directory: ~/transformers