Skip to content

Commit

Permalink
Add typecheck and lint to build action
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Feb 12, 2025
1 parent 1b70d24 commit 75bf938
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: yarn install, build and lint
- name: yarn install
run: |
yarn install --frozen-lockfile
yarn build
- run: yarn typecheck
- run: yarn lint

0 comments on commit 75bf938

Please sign in to comment.