Skip to content

Commit

Permalink
add check_contrib_list in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Wauplin committed Nov 28, 2022
1 parent d5949fa commit 6cb96e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- run: black --check tests src
- run: isort --check-only tests src
- run: flake8 tests src
- run: python utils/check_contrib_list.py
- run: python utils/check_static_imports.py

# Run type checking at least on huggingface_hub root file to check all modules
Expand Down

0 comments on commit 6cb96e7

Please sign in to comment.