mirror of
https://github.com/tw93/Mole.git
synced 2026-02-08 23:09:20 +00:00
Fix workflow errors
This commit is contained in:
@@ -30,6 +30,7 @@ stop_section_spinner() { :; }
|
||||
clean_tool_cache() { echo "$1"; }
|
||||
safe_clean() { echo "$2"; }
|
||||
note_activity() { :; }
|
||||
run_with_timeout() { shift; "$@"; }
|
||||
pnpm() {
|
||||
if [[ "$1" == "store" && "$2" == "prune" ]]; then
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user