Skip to content

Commit

Permalink
check core size
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunchen committed Mar 22, 2024
1 parent 52fafb2 commit 19a4901
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:

- name: moon bundle
run: moon bundle

- name: check core size
run: ls -alh `find ./target/bundle -name *.core`

- name: format diff
run: |
Expand All @@ -77,6 +80,9 @@ jobs:
- name: moon bundle
run: moon bundle

- name: check core size
run: ls -alh `find ./target/bundle -name *.core`

- name: format diff
run: |
moon fmt
Expand Down

0 comments on commit 19a4901

Please sign in to comment.