Check the repo consistency in model templates test (#15141)

* Check the repo consistency in model templates test

* Fix doc template

* Fix docstrings

* Fix last docstring
This commit is contained in:
Sylvain Gugger
2022-01-14 04:52:38 -05:00
committed by GitHub
parent 96881729ce
commit 5f3c57fc84
4 changed files with 57 additions and 50 deletions

View File

@@ -61,7 +61,7 @@ jobs:
- name: Run style changes
run: |
git fetch origin master:master
make style && make quality
make style && make quality && make repo-consistency
- name: Failure short reports
if: ${{ always() }}