From a8781dbae5a3dcf23bfe7dd85cb16664ca9b9062 Mon Sep 17 00:00:00 2001 From: Trygve Aspelien Date: Tue, 22 Oct 2024 21:23:09 +0200 Subject: [PATCH] Update linting.yaml --- .github/workflows/linting.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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