We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6b109 commit 525b913Copy full SHA for 525b913
.github/workflows/pipeline.yml
@@ -12,5 +12,5 @@ jobs:
12
- uses: actions/setup-go@v5
13
with:
14
go-version-file: "go.mod"
15
- - run: go ./cmd/generate
+ - run: go run ./cmd/generate
16
- run: go test ./...
0 commit comments