diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index c555ff1..aa43502 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -51,14 +51,14 @@ jobs: if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' uses: webfactory/ssh-agent@v0.5.4 with: - ssh-private-key: ${{ secrets.SECRET_REPO_DEPLOY_KEY }} - run: poetry install --no-interaction --no-root --only linting + ssh-private-key: ${{ secrets.SECRET_REPO_DEPLOY_KEY }} + run: poetry install --no-interaction --no-root --only linting - name: Install the project itself uses: webfactory/ssh-agent@v0.5.4 with: ssh-private-key: ${{ secrets.SECRET_REPO_DEPLOY_KEY }} - run: poetry install --no-interaction --only-root + run: poetry install --no-interaction --only-root #---------------------------------------------- # Run the linting checks