Skip to content

Commit 67917ef

Browse files
committed
chore: add the locales validation and formatting check to the ci
1 parent a5acf16 commit 67917ef

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ jobs:
4949
- name: Install dependencies
5050
run: pnpm install --frozen-lockfile
5151

52+
- name: Validate Locales
53+
run: pnpm validate-locales
54+
55+
- name: Check Formatting
56+
run: pnpm format:check
57+
5258
- name: Type check
5359
run: pnpm exec tsc --noEmit
5460

0 commit comments

Comments
 (0)