Skip to content

Commit 7268eb9

Browse files
authored
Update ESLint run command in workflow
1 parent ddd5712 commit 7268eb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/eslint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
npm install eslint-plugin-github@4.10.1
3838
3939
- name: Run ESLint
40-
run: npx eslint .
40+
run: |
41+
npx eslint .
4142
--config .eslintrc.json
4243
--ext .js,.jsx,.ts,.tsx
4344
--format @microsoft/eslint-formatter-sarif

0 commit comments

Comments
 (0)