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 31a86b9 commit 4687578Copy full SHA for 4687578
README.md
@@ -76,3 +76,10 @@ export BUILDKITE_GRAPHQL_TOKEN="<token>"
76
go generate
77
go run cmd/bk/main.go --help
78
```
79
+
80
+### Development Commands
81
82
+- **Test**: `go test ./...`
83
+- **Lint**: `docker-compose -f .buildkite/docker-compose.yaml run golangci-lint golangci-lint run`
84
+- **Generate**: `go generate` (required after GraphQL changes)
85
+- **Run**: `go run cmd/bk/main.go`
0 commit comments