mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 13:41:19 -05:00
adding more code
This commit is contained in:
parent
a9be7d5520
commit
ffd73a80a5
1 changed files with 2 additions and 1 deletions
|
@ -1711,7 +1711,8 @@ BuildFileList()
|
|||
################################################
|
||||
# Get the Array of files changed in the comits #
|
||||
################################################
|
||||
RAW_FILE_ARRAY=($(cd "$GITHUB_WORKSPACE" || exit; git diff --name-only master..$GITHUB_SHA 2>&1))
|
||||
# shellcheck disable=SC2207
|
||||
RAW_FILE_ARRAY=($(cd "$GITHUB_WORKSPACE" || exit; git diff --name-only "master..$GITHUB_SHA" 2>&1))
|
||||
|
||||
#######################
|
||||
# Load the error code #
|
||||
|
|
Loading…
Reference in a new issue