refactor: rename buf-publish.yml to publish-assets.yml

This commit is contained in:
Prad Nukala
2024-09-30 20:08:38 -04:00
parent 6f3fa0ec38
commit 9478227547
18 changed files with 196 additions and 26 deletions
+8
View File
@@ -0,0 +1,8 @@
// Code generated from Pkl module `models`. DO NOT EDIT.
package models
type Stat struct {
Value string `pkl:"value"`
Label string `pkl:"label"`
}