Verify language json files format (#5233)

This commit is contained in:
Louis Lam
2024-10-23 12:47:04 +08:00
committed by GitHub
parent 7a82ae039c
commit 79a26180af
2 changed files with 37 additions and 0 deletions

View File

@@ -25,3 +25,13 @@ jobs:
with:
comment: "true" # enable comment mode
exclude_file: ".github/config/exclude.txt" # gitignore style file for exclusions
check-lang-json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- run: node ./extra/check-lang-json.js