Skip to content

Commit

Permalink
add check to Justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cliftonHPE committed Dec 4, 2024
1 parent 1f7bc37 commit 54b492a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/lint-test-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,3 @@ jobs:
files: ./pkg/config-api-client/.coverage,.coverage
flage: client,provider
fail_ci_if_error: true

- name: Setup Terraform
uses: hashicorp/setup-terraform@v1
with:
terraform_version: 0.13.7

- name: Terraform Formatting Check
run: terraform fmt -recursive -check
2 changes: 2 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ lint:

python -m tools.lint-attribution lint

terraform fmt -recursive -check

fmt:
python -m tools.lint-attribution format
go run github.com/segmentio/golines@v0.12.2 -w .
Expand Down
4 changes: 2 additions & 2 deletions examples/provider/provider.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
provider "hpeuxi" {
client_id = "your_greenlake_uxi_client_id"
client_secret = "your_greenlake_uxi_client_secret"
client_id = "your_greenlake_uxi_client_id"
client_secret = "your_greenlake_uxi_client_secret"
}

0 comments on commit 54b492a

Please sign in to comment.