diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b50cac1..fd1dff9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,5 +32,6 @@ jobs: - name: Run lint run: | cd backend + source ./venv/bin/activate chmod 755 scripts/lint.sh ./scripts/lint.sh