Skip to content

Commit e2d5357

Browse files
committed
Fixes lint command in main workflow
1 parent e7bc9b2 commit e2d5357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: npm ci
2424

2525
- name: Lint
26-
run: npm lint
26+
run: npm run lint
2727
env:
2828
CI: true
2929

0 commit comments

Comments
 (0)