We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7803ff commit 6f1143eCopy full SHA for 6f1143e
.github/workflows/ci.yaml
@@ -28,6 +28,8 @@ jobs:
28
cache: 'yarn'
29
- name: Install Dependencies
30
run: yarn install
31
+ - name: Lint js
32
+ run: yarn lint
33
- name: Unit test
34
run: yarn test:unit
35
- name: End-to-End test ${{ matrix.band }}
0 commit comments