Skip to content

Commit d3cd66a

Browse files
committed
Compile Paraglide runtime in "pnpm check" Action
1 parent 07d0958 commit d3cd66a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pnpm-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ jobs:
1919
run: cp template.env .env
2020
- name: Install dependencies
2121
run: pnpm install --no-frozen-lockfile
22+
- name: Run l10n dry run
23+
run: pnpm l10n:dry-run
2224
- name: Run pnpm check
2325
run: pnpm check

0 commit comments

Comments
 (0)