mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Fix list files function typos
This commit is contained in:
parent
767a39e107
commit
ad9c0081f4
1 changed files with 2 additions and 2 deletions
|
@ -100,8 +100,8 @@ function LintCodebase() {
|
|||
mapfile -t LIST_FILES < <(find "${GITHUB_WORKSPACE}" \
|
||||
-path "*/node_modules" -prune -o \
|
||||
-path "*/.git" -prune -o \
|
||||
-path "*/.venv"-prune -o \
|
||||
-path "*/.rbenv"-prune -o \
|
||||
-path "*/.venv" -prune -o \
|
||||
-path "*/.rbenv" -prune -o \
|
||||
-type f -regex "${FILE_EXTENSIONS}" 2>&1)
|
||||
|
||||
###########################
|
||||
|
|
Loading…
Reference in a new issue