We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f405c1 commit bd56ae5Copy full SHA for bd56ae5
lib/linter.sh
@@ -315,7 +315,7 @@ done
315
316
Header() {
317
if [[ "${SUPPRESS_POSSUM}" == "false" ]]; then
318
- /bin/bash /action/lib/functions/possum.sh
+ info "$(/bin/bash /action/lib/functions/possum.sh)"
319
fi
320
321
info "---------------------------------------------"
@@ -722,9 +722,8 @@ Header
722
################################################
723
UpdateLoopsForImage
724
725
-if ! cat "${VERSION_FILE}"; then
726
- fatal "Failed to view version file: ${VERSION_FILE}"
727
-fi
+# Print linter versions
+info "$(cat "${VERSION_FILE}")"
728
729
#######################
730
# Get GitHub Env Vars #
0 commit comments