Skip to content

Commit 6f1143e

Browse files
committed
add lint step to ci
1 parent b7803ff commit 6f1143e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
cache: 'yarn'
2929
- name: Install Dependencies
3030
run: yarn install
31+
- name: Lint js
32+
run: yarn lint
3133
- name: Unit test
3234
run: yarn test:unit
3335
- name: End-to-End test ${{ matrix.band }}

0 commit comments

Comments
 (0)