Skip to content

Commit

Permalink
Check imports of examples in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Jan 21, 2021
1 parent 35bba95 commit 836969e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
python -m pip install --upgrade pip
pip install .[lint]
- name: Check imports
run: isort --check-only moviepy tests docs/conf.py
run: isort --check-only moviepy tests examples docs/conf.py

0 comments on commit 836969e

Please sign in to comment.