Skip to content

Commit b4741ac

Browse files
committed
rename terraform-tflint to terraform-check-tflint
1 parent 849beaa commit b4741ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/terraform-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111

12-
terraform-tflint:
12+
terraform-check-tflint:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Check out code

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
default: help
22

3-
.PHONY: terraform-tflint
4-
terraform-tflint: ## Run 'terraform-tflint' github actions with https://github.com/nektos/act
5-
act -j terraform-tflint
3+
.PHONY: terraform-check-tflint
4+
terraform-check-tflint: ## Run 'terraform-check-tflint' github actions with https://github.com/nektos/act
5+
act -j terraform-check-tflint
66

77
.PHONY: check-terraform-examples
88
terraform-check-examples: ## Run specific 'check' github actions with https://github.com/nektos/act

0 commit comments

Comments
 (0)