Skip to content

chore(deps): Bump scaleway-terraform-modules/workflows from 2.1.7 to 2.1.8 #26

chore(deps): Bump scaleway-terraform-modules/workflows from 2.1.7 to 2.1.8

chore(deps): Bump scaleway-terraform-modules/workflows from 2.1.7 to 2.1.8 #26

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@d9f3a202af7bd6e30926481380101147952ada3f # v2.1.8
tf_module_check:
name: "Terraform Module: Code checks"
uses: scaleway-terraform-modules/workflows/.github/workflows/tf_module_check.yaml@d9f3a202af7bd6e30926481380101147952ada3f # v2.1.8
yaml_check:
name: "YAML: Syntax checks"
uses: scaleway-terraform-modules/workflows/.github/workflows/yaml_check.yaml@d9f3a202af7bd6e30926481380101147952ada3f # v2.1.8