From 679ecf3b1ae9138b2ef4f50e381be61b5d2deb17 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Mon, 29 Jun 2020 10:15:39 -0500 Subject: [PATCH] lets be literal --- lib/linter.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/linter.sh b/lib/linter.sh index d7644d38..6b4e6761 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -10,7 +10,9 @@ ######################### # Source Function Files # ######################### -source /action/lib/*.sh # Source the function script(s) +source /action/lib/buildFileList.sh # Source the function script(s) +source /action/lib/validation.sh # Source the function script(s) +source /action/lib/worker.sh # Source the function script(s) ########### # GLOBALS #