mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2026-09-08 21:54:07 +00:00
Add build step to lint action
This commit is contained in:
@@ -19,5 +19,7 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: yarn
|
||||
- name: Build libs
|
||||
run: yarn workspace gql-client run build
|
||||
- name: Linter check
|
||||
run: yarn lint
|
||||
|
||||
Reference in New Issue
Block a user