Skip to content

Commit

Permalink
Update linting.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
trygveasp authored Oct 22, 2024
1 parent d5e0059 commit a8781db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
uses: webfactory/[email protected]
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/[email protected]
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
Expand Down

0 comments on commit a8781db

Please sign in to comment.