Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ build: ## Build the command binaries.
-ldflags "-X 'github.com/hathora/ci/internal/commands.BuildVersion=${BUILD_VERSION}'" \
hathora/main.go

.PHONY: sdk-clean
sdk-clean: ## Re-generate the SDK using speakeasyapi.dev
rm -rf ./sdk
go generate ./...

.PHONY: lint
lint: ## Lints the project, logging any warnings or errors without modifying any files.
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.63
Expand Down
33 changes: 0 additions & 33 deletions gen.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions internal/doc.go

This file was deleted.

Loading