Skip to content

Commit 26dc3cb

Browse files
committed
Update pr-run.yaml
1 parent 92ffa55 commit 26dc3cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
while IFS= read -r plugin_path; do
5050
echo "Validating ${plugin_path}..."
51-
result=$(squaredup validate "${plugin_path}" --json)
51+
result=$(squaredup validate "${plugin_path}" --json) || true
5252
echo "$result" | jq '.'
5353
valid=$(echo "$result" | jq -r '.valid')
5454

0 commit comments

Comments
 (0)