Skip to content

Commit

Permalink
fix: add git diff
Browse files Browse the repository at this point in the history
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
  • Loading branch information
Rustin170506 committed Feb 19, 2024
1 parent f99bcd8 commit 7c3f11e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,8 @@ jobs:
- name: Generate
run: npm run gen

- name: Check no changes
run: git diff --exit-code

- name: Build
run: npm run build

0 comments on commit 7c3f11e

Please sign in to comment.