12
0
Fork 0
mirror of https://github.com/astral-sh/setup-uv.git synced 2026-07-03 10:59:31 +00:00
Commit graph

3 commits

Author SHA1 Message Date
Kevin Stillhammer
fd1049be7f
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).
2026-05-31 12:37:17 +02:00
Kevin Stillhammer
4109b4033f
Bump biome to v2 (#515) 2025-08-12 20:12:10 +00:00
Kevin Stillhammer
caf0cab7a6
Expand TILDE (~) in path inputs (#160)
Closes: #159
2024-11-23 09:21:51 +01:00