Skip to content

chore(deps): bump the all-actions group with 3 updates #56

chore(deps): bump the all-actions group with 3 updates

chore(deps): bump the all-actions group with 3 updates #56

Workflow file for this run

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