Skip to content

lab(vagrant): try Vagrant in CI #4

lab(vagrant): try Vagrant in CI

lab(vagrant): try Vagrant in CI #4

name: Terraform HCL validation (PRs only)
on:
pull_request:
paths: ["**.tf"]
jobs:
terraform-module-k3s:
name: Validate main Terraform module
uses: ./.github/worflows/terraform.lint.yaml

Check failure on line 10 in .github/workflows/terraform.lint.pull_request.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/terraform.lint.pull_request.yaml

Invalid workflow file

invalid value workflow reference: no version specified
examples_hcloud-k3s:
name: Hetzner Cloud
needs: [terraform-module-k3s]
uses: ./.github/worflows/terraform.lint.yaml
with:
terraform_workdir: examples/hcloud-k3s
examples_civo-k3s:
name: CIVO
needs: [terraform-module-k3s]
uses: ./.github/worflows/terraform.lint.yaml
with:
terraform_workdir: examples/civo-k3s