mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
chore(deps) drop jsonlint
It triggers a security update alert, and use it through npx, so it doesn't need to be in our package.json.
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
f2a1a2cca9
commit
8f26046e37
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -21,5 +21,5 @@ jobs:
|
||||
- name: Check if the git repository is clean
|
||||
run: exit $( git status --porcelain --untracked-files=no | head -255 | wc -l )
|
||||
- run: npm run lint
|
||||
- run: for file in lang/*.json; do npx jsonlint -q $file || exit 1; done
|
||||
- run: for file in lang/*.json; do npx --yes jsonlint -q $file || exit 1; done
|
||||
- run: make
|
||||
|
||||
Reference in New Issue
Block a user