garm/params
Daniel Sy 8f1cd9f974
Some checks failed
CodeQL / Analyze (push) Failing after 1s
Go Tests / Linters (push) Successful in 3m59s
Go Tests / go-tests (push) Successful in 4m43s
refactor(params): ♻️ Simplify ForgeURL logic by removing redundant switch case
Streamlines the ForgeURL method by removing an unnecessary nested switch case
on ForgeType, consolidating the logic to rely solely on EntityType. This change
reduces complexity and improves code readability without altering functionality.
2026-02-19 15:45:51 +01:00
..
github.go Attempt to use the scalset API and caching 2025-08-24 22:36:44 +00:00
interfaces.go Add some tests, move some code around 2026-02-08 00:27:47 +02:00
params.go refactor(params): ♻️ Simplify ForgeURL logic by removing redundant switch case 2026-02-19 15:45:51 +01:00
params_test.go Case insensitive HasRequiredLabels 2025-10-17 00:49:46 +03:00
requests.go Add runner rotate ability to CLI 2026-02-09 00:30:57 +02:00