diff --git a/.github/scripts/validateActionsAndWorkflows.sh b/.github/scripts/validateActionsAndWorkflows.sh index 2d93cc97695d..9ac61c2e23a5 100755 --- a/.github/scripts/validateActionsAndWorkflows.sh +++ b/.github/scripts/validateActionsAndWorkflows.sh @@ -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