Skip to content

Commit 75d606d

Browse files
committed
Fix ESLint typo in Actions
1 parent 7030891 commit 75d606d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm ci --prefer-offline --cache=./.npm
2929

3030
- name: Lint with ESLint
31-
run: npx eslint . --max-warinings 0
31+
run: npx eslint . --max-warnings 0
3232

3333
prettier:
3434
name: Prettier

0 commit comments

Comments
 (0)