Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 464 Bytes

File metadata and controls

16 lines (10 loc) · 464 Bytes

Description

Checklist

  • No secrets, sensitive information, or unrelated changes
  • Lint checks passing (make lint)
  • Generated assets in-sync (make validate-generated-assets)
  • Go mod artifacts in-sync (make validate-modules)
  • Test cases are added for new code paths

Testing