cd: fix json lint

This commit is contained in:
Kingkor Roy Tirtho 2023-12-12 00:01:27 +06:00
parent 69396e6465
commit 2b0d17e9ca

View File

@ -27,5 +27,6 @@ jobs:
- name: Lint translations & config files - name: Lint translations & config files
run: | run: |
npm install -g @prantlf/jsonlint
jsonlint -q -D --enforce-double-quotes ./lib/l10n/*.arb jsonlint -q -D --enforce-double-quotes ./lib/l10n/*.arb
jsonlint -q -D --enforce-double-quotes -T .vscode/*.json jsonlint -q -D --enforce-double-quotes -T .vscode/*.json