Skip to content

Commit f5a21a2

Browse files
committed
ci: add yarn lint
1 parent cbe0884 commit f5a21a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ jobs:
1212
with:
1313
node-version: '12'
1414
- run: yarn
15+
- run: yarn lint
1516
- run: yarn test
1617
- run: yarn coverage

0 commit comments

Comments
 (0)