Skip to content

Commit 6a44bdb

Browse files
committed
ci: fail PR if Go code does not build
1 parent 312d1c0 commit 6a44bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
go-version: "1.24"
1919

2020
- name: Build
21-
run: go build ./...
21+
run: go build ./cmd/agent

0 commit comments

Comments
 (0)