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:
2
.github/workflows/model-templates.yml
vendored
2
.github/workflows/model-templates.yml
vendored
@@ -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() }}
|
||||
|
||||
Reference in New Issue
Block a user