Skip to content

Commit 6a30950

Browse files
committed
ci: run bundle-check validation
1 parent e97ab67 commit 6a30950

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/verifications.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
validation-script:
17-
['lint', 'type-check', 'format:check', 'generate-all:check']
17+
[
18+
'lint',
19+
'type-check',
20+
'format:check',
21+
'generate-all:check',
22+
'bundle-check',
23+
]
1824
steps:
1925
- name: Checkout
2026
uses: actions/checkout@v6

0 commit comments

Comments
 (0)