Skip to content

chore(deps): Bump scaleway-terraform-modules/workflows from 2.0.2 to 2.1.1 #23

chore(deps): Bump scaleway-terraform-modules/workflows from 2.0.2 to 2.1.1

chore(deps): Bump scaleway-terraform-modules/workflows from 2.0.2 to 2.1.1 #23

Workflow file for this run

---
name: Pull Request checks
"on":
pull_request:
branches:
- main
- master
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
shell_check:
name: "Shell: Syntax checks"
uses: scaleway-terraform-modules/workflows/.github/workflows/shell_check.yaml@e6c667067fe309f87378afcd0b8ef01cf9cf7b7f # v2.1.1
tf_module_check:
name: "Terraform Module: Code checks"
uses: scaleway-terraform-modules/workflows/.github/workflows/tf_module_check.yaml@e6c667067fe309f87378afcd0b8ef01cf9cf7b7f # v2.1.1
yaml_check:
name: "YAML: Syntax checks"
uses: scaleway-terraform-modules/workflows/.github/workflows/yaml_check.yaml@e6c667067fe309f87378afcd0b8ef01cf9cf7b7f # v2.1.1