Skip to content

Commit 15cf811

Browse files
authored
Update eslint.yml
1 parent 6215202 commit 15cf811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/eslint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232

3333
- name: Install ESLint
3434
run: |
35-
yarn install eslint@8.10.0
36-
yarn install @microsoft/eslint-formatter-sarif@2.1.7
35+
yarn add eslint@8.10.0
36+
yarn add @microsoft/eslint-formatter-sarif@2.1.7
3737
3838
- name: Run ESLint
3939
run: npx eslint .

0 commit comments

Comments
 (0)