Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
Co-authored-by: BD103 <59022059+BD103@users.noreply.github.com>
  • Loading branch information
rparrett and BD103 committed Apr 22, 2024
1 parent 896be7b commit e82657b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validation-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ jobs:
run: |
CODE=0
for patch in tools/example-showcase/*.patch; do
# Try applying the patch, logging an error if it fails.
git apply --ignore-whitespace $patch || { echo "::error::$patch failed to apply."; CODE=1; }
done
exit $CODE
Expand Down

0 comments on commit e82657b

Please sign in to comment.