Skip to content

Commit

Permalink
Don't tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Apr 23, 2024
1 parent 5135d9c commit 2499eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ GOGLANGCILINT := bin/golangci-lint
ensure:: tidy lint test_provider examples

.PHONY: tidy
tidy: go.sum
tidy:
go mod tidy

.PHONY: provider
provider: bin/${PROVIDER} bin/pulumi-gen-${PACK} # Required by CI
Expand Down Expand Up @@ -179,7 +180,6 @@ bin/pulumi-gen-${PACK}: # Required by CI

go.mod: $(shell find . -name '*.go')
go.sum: go.mod
go mod tidy

sdk: $(shell mkdir -p sdk)
sdk: sdk/python sdk/nodejs sdk/java sdk/python sdk/go sdk/dotnet
Expand Down

0 comments on commit 2499eeb

Please sign in to comment.