Skip to content

Commit c74c9a6

Browse files
chilleniousclaude
andcommitted
Fix CI workflow to use renamed i18n package
Updated GitHub Actions workflow to reference packages/i18n instead of packages/qti2-i18n which was renamed during the QTI version-agnostic refactoring. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 649ba2d commit c74c9a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Check translation coverage
6565
run: |
66-
cd packages/qti2-i18n
66+
cd packages/i18n
6767
bun run check-translations
6868
6969
hardcoded-strings:
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Scan for hardcoded strings
8383
run: |
84-
cd packages/qti2-i18n
84+
cd packages/i18n
8585
bun run scan-hardcoded
8686
8787
test-unit:

0 commit comments

Comments
 (0)