File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,12 @@ name: Pull Request checks
13
13
- ready_for_review
14
14
15
15
jobs :
16
- check_shell :
17
- uses : scaleway-terraform-modules/workflows/.github/workflows/check_shell.yaml@06e9a3b1d58a89b32a44b39efc19b54ca594fb27 # v1.2.0
18
- check_tf :
19
- uses : scaleway-terraform-modules/workflows/.github/workflows/check_tf.yaml@06e9a3b1d58a89b32a44b39efc19b54ca594fb27 # v1.2.0
20
- secrets : inherit
21
- check_yaml :
22
- uses : scaleway-terraform-modules/workflows/.github/workflows/check_yaml.yaml@06e9a3b1d58a89b32a44b39efc19b54ca594fb27 # v1.2.0
16
+ shell_check :
17
+ name : " Shell: Syntax checks"
18
+ uses : scaleway-terraform-modules/workflows/.github/workflows/shell_check.yaml@776014a90a579d98b946e0f85c38cba9fbe2b0f7 # v2.0.0
19
+ tf_module_check :
20
+ name : " Terraform Module: Code checks"
21
+ uses : scaleway-terraform-modules/workflows/.github/workflows/tf_module_check.yaml@776014a90a579d98b946e0f85c38cba9fbe2b0f7 # v2.0.0
22
+ yaml_check :
23
+ name : " YAML: Syntax checks"
24
+ uses : scaleway-terraform-modules/workflows/.github/workflows/yaml_check.yaml@776014a90a579d98b946e0f85c38cba9fbe2b0f7 # v2.0.0
You can’t perform that action at this time.
0 commit comments