cicd: Standardize the automated code generation

This commit is contained in:
jamesread 2024-12-22 01:48:21 +00:00
parent 476838d59a
commit c585762ba8
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,7 @@ version: 2
before: before:
hooks: hooks:
- go mod download - go mod download
- go generate ./...
builds: builds:
- env: - env:

3
generate.go Normal file
View File

@ -0,0 +1,3 @@
//go:generate make grpc
package main