forked from baron/baron-sso
i18n 값 품질 검사 추가 및 devfront locale placeholder 정리
This commit is contained in:
@@ -60,6 +60,12 @@ jobs:
|
||||
node tools/i18n-scanner/report.js
|
||||
cat reports/i18n-report.txt
|
||||
|
||||
- name: i18n value quality check
|
||||
run: |
|
||||
mkdir -p reports
|
||||
node tools/i18n-scanner/value-check.js
|
||||
cat reports/i18n-value-report.txt
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user