Skip to content

Commit 0e37f25

Browse files
committed
build: fixing linter
1 parent 195b8c7 commit 0e37f25

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/eslint.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,13 @@ jobs:
3333

3434
- name: Install ESLint
3535
run: |
36-
npm install [email protected]
37-
npm install @microsoft/[email protected]
38-
npm install @vonage/[email protected]
39-
npm install [email protected]
36+
npm install --ignore-scripts [email protected]
37+
npm install --ignore-scripts @microsoft/[email protected]
4038
4139
- name: Run ESLint
4240
env:
4341
SARIF_ESLINT_IGNORE_SUPPRESSED: "true"
44-
run: npx eslint .
42+
run: npm run lint --
4543
--config eslint.config.js
4644
--ext .js,.jsx,.ts,.tsx
4745
--format @microsoft/eslint-formatter-sarif

0 commit comments

Comments
 (0)