Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-swinkler committed Oct 25, 2023
1 parent e5daf49 commit aa01700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
name: Test
name: test

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tools:
cd tools && go install github.com/golangci/golangci-lint/cmd/golangci-lint
cd tools && go install github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs
cd tools && go install github.com/hashicorp/copywrite
cd tools && go install go install mvdan.cc/gofumpt@latest
cd tools && go install go install mvdan.cc/gofumpt

generate-all-dto: ## Generate all DTOs for SDK interfaces
go generate ./internal/sdk/*_dto.go
Expand Down

0 comments on commit aa01700

Please sign in to comment.