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
+10
View File
@@ -0,0 +1,10 @@
// Code generated from Pkl module `models`. DO NOT EDIT.
package models
type Image struct {
Src string `pkl:"src"`
Width int `pkl:"width"`
Height int `pkl:"height"`
}