Skip to content

Commit 1414f17

Browse files
committed
ci: run lint during ci
1 parent 83aaa9b commit 1414f17

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Run unit tests
2929
run: pnpm run test
3030

31-
test-dts:
31+
lint-and-test-dts:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@v2
@@ -46,6 +46,9 @@ jobs:
4646

4747
- run: pnpm install
4848

49+
- name: Run eslint
50+
run: pnpm run lint
51+
4952
- name: Run type declaration tests
5053
run: pnpm run test-dts
5154

0 commit comments

Comments
 (0)