Skip to content

Commit

Permalink
Merged in r2-3052-gh-actions (pull request #6952)
Browse files Browse the repository at this point in the history
R2-3052: Lint step breaks in Github actions
  • Loading branch information
jtoliver-quoin authored and pnabutovsky committed Oct 9, 2024
2 parents 24d8f88 + d71edf7 commit 0f04552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ jobs:
cache-dependency-path: '**/package-lock.json'
- name: Run client linter
run: |
npm ci
npm config set legacy-peer-deps true && npm ci
npm run lint

0 comments on commit 0f04552

Please sign in to comment.