Skip to content

Commit 590bb4b

Browse files
authored
ci: enable eslint linting (#1379)
1 parent c380093 commit 590bb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: npm ci
2323
- run: npm run format
2424
- run: npm run build
25-
- run: npm test
25+
- run: npm run lint
2626

2727
release:
2828
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)