We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e165d12 commit dbd639dCopy full SHA for dbd639d
checks/manifest
@@ -29,7 +29,6 @@ function checkRun () {
29
for key in "${requiredKeys[@]}"; do
30
if [ "$(jq --arg entry "$key" '.[$entry]' -r "$manifest")" == "null" ]; then
31
checkError "manifest.json file missing key $key"
32
- exit 1
33
fi
34
done
35
checkSuccess "All required keys are present in manifest.json"
0 commit comments