Skip to content

Commit

Permalink
feat: remove mypy cache (#5210)
Browse files Browse the repository at this point in the history
Remove MyPy cache after linting files so that users don't need to do as
root.
  • Loading branch information
ferrarimarco committed Feb 5, 2024
1 parent 92e9cb3 commit ef9449e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,7 @@ cleanup() {

debug "Removing temporary files and directories"
rm -rfv \
"${GITHUB_WORKSPACE}/.mypy_cache" \
"${GITHUB_WORKSPACE}/logback.log"

if [ "${SUPER_LINTER_COPIED_R_LINTER_RULES_FILE}" == "true" ]; then
Expand Down

0 comments on commit ef9449e

Please sign in to comment.