prereview

This commit is contained in:
assignUser 2020-08-17 15:34:55 +00:00
parent 727f982bf9
commit 9ec761f61c

View file

@ -214,7 +214,7 @@ function LintCodebase() {
# Lint the file with the updated path #
#######################################
LINT_CMD=$(
cd "${GITHUB_WORKSPACE}/${DIR_NAME}" || exit
cd "${DIR_NAME}" || exit
R --slave -e "errors <- lintr::lint('$FILE');print(errors);quit(save = 'no', status = if (length(errors) > 0) 1 else 0)" 2>&1
)
else