Skip to content

Commit 241f46d

Browse files
committed
Fix linter workflow
1 parent eb9733f commit 241f46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
run: npm ci --ignore-scripts
2828

2929
- name: Check code style
30-
run: npm run linter
30+
run: npm run lint

0 commit comments

Comments
 (0)