We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae27b61 commit 7379fe4Copy full SHA for 7379fe4
.github/workflows/code-quality-score.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: '20'
26
27
- name: Install dependencies
28
- run: npm ci
+ run: yarn install --frozen-lockfile
29
30
- name: Run ESLint and generate report
31
run: npx eslint src --ext .ts,.tsx -f json -o eslint-report.json || true
0 commit comments