mirror of
https://github.com/super-linter/super-linter.git
synced 2025-01-10 13:54:50 -05:00
typo
This commit is contained in:
parent
c73d5c27e5
commit
a6fc5ea2f0
1 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,11 @@
|
||||||
###########
|
###########
|
||||||
GITHUB_WORKSPACE="${GITHUB_WORKSPACE}" # GitHub Workspace
|
GITHUB_WORKSPACE="${GITHUB_WORKSPACE}" # GitHub Workspace
|
||||||
TEST_FOLDER='.automation/test'
|
TEST_FOLDER='.automation/test'
|
||||||
CLEAN_FOLDER'.automation/automation'
|
CLEAN_FOLDER='.automation/automation'
|
||||||
|
|
||||||
|
############################
|
||||||
|
# Source additonal scripts #
|
||||||
|
############################
|
||||||
# shellcheck source=/dev/null
|
# shellcheck source=/dev/null
|
||||||
source "${GITHUB_WORKSPACE}/lib/log.sh" # Source the function script(s)
|
source "${GITHUB_WORKSPACE}/lib/log.sh" # Source the function script(s)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue