We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95fe0d7 commit 49fc41eCopy full SHA for 49fc41e
.github/workflows/build.yml
@@ -18,4 +18,7 @@ jobs:
18
with:
19
node-version: ${{ matrix.node-version }}
20
- run: yarn install --ignore-engines --frozen-lockfile
21
- - run: yarn test
+ - run: yarn run type
22
+ # Our fake git commit system doesnt work in GH jobs
23
+ # - run: yarn run jest
24
+ - run: yarn run lint
0 commit comments