-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check json files with jq #3
Conversation
db2dc66
to
4a013a3
Compare
Er... did you look at those JSON files?
I think your |
I can see in actions that two of those errors are indeed reported for the current main branch. |
(jq on my laptop doesn't report any error, but I probably have a newer version) |
I was testing how the json linter works and intentionally broke some of the files. Then I reverted changes and merged the PR. |
Thank you |
I added a simple JSON validator with
jq
utility. The script iterates over json files and exits with an error if any of JSON files insecjson
is not valid. E.g.: