Skip to content

Commit

Permalink
Add success log in validate workflows script
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Jul 12, 2022
1 parent 323554f commit aec6bc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/validateActionsAndWorkflows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ fi

info 'Linting workflows...'
./actionlint -color || EXIT_CODE=1
if [[ "$EXIT_CODE" == 0 ]]; then
success 'Workflows passed actionlint!'
fi

# Cleanup after ourselves and delete actionlint
rm -rf ./actionlint
Expand Down

0 comments on commit aec6bc2

Please sign in to comment.