mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 07:31:05 -05:00
feat: remove mypy cache (#5210)
Remove MyPy cache after linting files so that users don't need to do as root.
This commit is contained in:
parent
92e9cb3c85
commit
ef9449e2b0
1 changed files with 1 additions and 0 deletions
|
@ -771,6 +771,7 @@ cleanup() {
|
||||||
|
|
||||||
debug "Removing temporary files and directories"
|
debug "Removing temporary files and directories"
|
||||||
rm -rfv \
|
rm -rfv \
|
||||||
|
"${GITHUB_WORKSPACE}/.mypy_cache" \
|
||||||
"${GITHUB_WORKSPACE}/logback.log"
|
"${GITHUB_WORKSPACE}/logback.log"
|
||||||
|
|
||||||
if [ "${SUPER_LINTER_COPIED_R_LINTER_RULES_FILE}" == "true" ]; then
|
if [ "${SUPER_LINTER_COPIED_R_LINTER_RULES_FILE}" == "true" ]; then
|
||||||
|
|
Loading…
Reference in a new issue