We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849beaa commit b4741acCopy full SHA for b4741ac
.github/workflows/terraform-examples.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
12
- terraform-tflint:
+ terraform-check-tflint:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Check out code
Makefile
@@ -1,8 +1,8 @@
1
default: help
2
3
-.PHONY: terraform-tflint
4
-terraform-tflint: ## Run 'terraform-tflint' github actions with https://github.com/nektos/act
5
- act -j terraform-tflint
+.PHONY: terraform-check-tflint
+terraform-check-tflint: ## Run 'terraform-check-tflint' github actions with https://github.com/nektos/act
+ act -j terraform-check-tflint
6
7
.PHONY: check-terraform-examples
8
terraform-check-examples: ## Run specific 'check' github actions with https://github.com/nektos/act
0 commit comments