This commit is contained in:
Karl Ludwig Weise
2025-07-29 09:27:01 +02:00
parent b949d34978
commit da4bf85dca
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
run: npm ci
- name: Run type checking
run: ls ./src/i18n && npm run check
run: npm run check
- name: Run linting
run: npm run lint