From d78e707cbad57750bf930ea01485be73a31e15a5 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 3 Sep 2020 09:57:20 -0500 Subject: [PATCH] no source needed --- lib/linter.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/linter.sh b/lib/linter.sh index 0a0e0aac..a1a96026 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -17,8 +17,6 @@ source /action/lib/buildFileList.sh # Source the function script(s) source /action/lib/validation.sh # Source the function script(s) # shellcheck source=/dev/null source /action/lib/worker.sh # Source the function script(s) -# shellcheck source=/dev/null -source /action/lib/linterVersions.sh # Source the function script(s) ########### # GLOBALS #