Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:
- name: Verify dist is up to date
run: git diff --exit-code -- dist

- name: Verify schema.json is up to date
run: |
bun run generate-json-schema
bun run format
git diff --exit-code -- schema.json

- name: Measure build size
uses: kitsuyui/gh-build-size@v0.1.2
with:
Expand Down