mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-07-03 19:09:30 +00:00
Wire all source files through logging module for quiet mode
Route all core.info and core.warning calls through the new log.info/log.warning wrappers so quiet:true suppresses them. The ##[add-matcher] directive in setup-uv.ts uses core.info directly since it is a workflow command, not user-facing output. Update action.yml, action-types.yml, and README.md with the new quiet input (default: false).
This commit is contained in:
parent
c2514a526e
commit
fd1049be7f
17 changed files with 684 additions and 612 deletions
|
|
@ -56,6 +56,8 @@ inputs:
|
|||
type: boolean
|
||||
add-problem-matchers:
|
||||
type: boolean
|
||||
quiet:
|
||||
type: boolean
|
||||
resolution-strategy:
|
||||
type: enum
|
||||
allowed-values:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue