Skip to content

Commit

Permalink
CI: check core size (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunchen authored Mar 22, 2024
1 parent 52fafb2 commit 45a767b
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 45a767b

Please sign in to comment.