Skip to content

Commit 93c76cc

Browse files
committed
fixup! fix CI step running the linters
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
1 parent 7cba162 commit 93c76cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- uses: actions/checkout@v4
3333
- uses: actions/setup-node@v4
3434
- run: npm ci
35-
- run: npm lint
35+
- run: npm run lint

0 commit comments

Comments
 (0)