Skip to content

Commit 14decde

Browse files
Updating yaml
1 parent 09f0752 commit 14decde

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/validate-manifest.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,11 @@ jobs:
2121
run: python -m pip install requests
2222

2323
- name: Load and Validate
24+
id: validate
2425
run:
2526
python ./scripts/validate.py
27+
28+
- name: Check for errors
29+
if: steps.validate.outputs.errors != ""
30+
run:
31+
echo "Error validating manifest $GITHUB_OUTPUT"

0 commit comments

Comments
 (0)