File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9292 persist-credentials : false
9393 - name : 🚀 Run JQ
9494 run : |
95- shopt -s globstar
95+ shopt -s globstar nullglob
9696 for file in **/*.json; do
9797 if ! jq '.' "$file" > /dev/null 2>&1; then
9898 echo "::error file=${file}::Invalid JSON in ${file}"
Original file line number Diff line number Diff line change 7474 persist-credentials : false
7575 - name : 🚀 Run JQ
7676 run : |
77- shopt -s globstar
77+ shopt -s globstar nullglob
7878 for file in **/*.json; do
7979 if ! jq '.' "$file" > /dev/null 2>&1; then
8080 echo "::error file=${file}::Invalid JSON in ${file}"
Original file line number Diff line number Diff line change 1919 persist-credentials : false
2020 - name : 🚀 Run JQ
2121 run : |
22- shopt -s globstar
22+ shopt -s globstar nullglob
2323 for file in **/*.json; do
2424 if ! jq '.' "$file" > /dev/null 2>&1; then
2525 echo "::error file=${file}::Invalid JSON in ${file}"
You can’t perform that action at this time.
0 commit comments