Warn when the workdir is empty (#322)

Closes: #306
This commit is contained in:
Kevin Stillhammer 2025-03-16 22:15:17 +01:00 committed by GitHub
parent 0e855c90d0
commit a05a582c56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 57 additions and 2 deletions

View file

@ -45,6 +45,9 @@ inputs:
ignore-nothing-to-cache:
description: "Ignore when nothing is found to cache."
default: "false"
ignore-empty-workdir:
description: "Ignore when the working directory is empty."
default: "false"
tool-dir:
description: "Custom path to set UV_TOOL_DIR to."
required: false