Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot authored Aug 29, 2024
1 parent f674b2e commit a1d794d
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 @@ -123,12 +123,12 @@ install_plugins: .pulumi/bin/pulumi
.pulumi/bin/pulumi plugin install converter terraform 1.0.15

lint_provider: provider
cd provider && golangci-lint run -c ../.golangci.yml
cd provider && golangci-lint run --path-prefix provider -c ../.golangci.yml

# `lint_provider.fix` is a utility target meant to be run manually
# that will run the linter and fix errors when possible.
lint_provider.fix:
cd provider && golangci-lint run -c ../.golangci.yml --fix
cd provider && golangci-lint run --path-prefix provider -c ../.golangci.yml --fix

# `make provider_no_deps` builds the provider binary directly, without ensuring that
# `cmd/pulumi-resource-xyz/schema.json` is valid and up to date.
Expand Down

0 comments on commit a1d794d

Please sign in to comment.