We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1210fb0 commit 6e32e86Copy full SHA for 6e32e86
.github/workflows/ci.yml
@@ -16,4 +16,6 @@ jobs:
16
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
17
- run: yarn install
18
- name: Lint
19
- run: yarn lint
+ run: yarn lint
20
+ - name: Test
21
+ run: yarn test
0 commit comments