Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
ci: add compile check
Browse files Browse the repository at this point in the history
  • Loading branch information
shiron-dev committed May 30, 2024
1 parent ca3c62d commit 801485a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ jobs:
run: pnpm run lint
- name: Bundle Check
run: pnpm run bundle
- name: Compile
run: pnpm run compile
- name: Check diff
run: |
if [[ `git status --porcelain` ]]; then
exit 1
fi

0 comments on commit 801485a

Please sign in to comment.