Skip to content

Commit 525b913

Browse files
committed
Fix pipeline
1 parent 9a6b109 commit 525b913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
- uses: actions/setup-go@v5
1313
with:
1414
go-version-file: "go.mod"
15-
- run: go ./cmd/generate
15+
- run: go run ./cmd/generate
1616
- run: go test ./...

0 commit comments

Comments
 (0)