From 2a6877729d971074aa9fd5bf492365a5d6cd38b1 Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Sun, 26 Apr 2020 03:58:43 +0300 Subject: [PATCH] echo start --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index d9bfab1..ebd75bb 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,6 @@ #!/bin/bash +echo 'golangci-lint-action: start' + # shellcheck disable=SC2086 golangci-lint run --out-format github-actions ${FLAGS}