Skip to content

Commit

Permalink
[ci] Update checks.yml (#159)
Browse files Browse the repository at this point in the history
[ci] Added build steps in GitHub Actions

Signed-off-by: Debaditya Som <[email protected]>
  • Loading branch information
Debaditya-Som authored Oct 11, 2023
1 parent d9e90a7 commit d4f389e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ jobs:
- name: Prettier check
run: |
yarn format:check
yarn format:check
- name: Build
run: |
yarn run build-all

0 comments on commit d4f389e

Please sign in to comment.