Skip to content

Commit 4687578

Browse files
sj26ampcode-com
andcommitted
Add development commands section to README with correct lint command
- Add Development Commands section to README.md - Include test, lint, generate, and run commands - Ensure developers have easy access to all common commands Amp-Thread: https://ampcode.com/threads/T-69a131f0-814d-4d1d-b0fc-f7f61f34b1a6 Co-authored-by: Amp <[email protected]>
1 parent 31a86b9 commit 4687578

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,10 @@ export BUILDKITE_GRAPHQL_TOKEN="<token>"
7676
go generate
7777
go run cmd/bk/main.go --help
7878
```
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

Comments
 (0)