diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6812789..8ab2800 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Code style run: | poetry run isort --check-only - poetry run black --check + poetry run black --check jubeatools - name: Lint code run: poetry run sh ./utils/check_code.sh - name: Unit tests