diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index f6dc8c43..4ac7da68 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -34,8 +34,8 @@ jobs: pip install -r requirements-dev.txt - name: Lint run: | - pylint cctext - mypy cctext + pylint project apps + mypy project apps - name: Run Tests if: '!cancelled()' run: |