hcloud-server-tf/.woodpecker/test.yml

25 lines
501 B
YAML
Raw Normal View History

2024-01-16 15:49:34 +01:00
---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
steps:
- name: git-spaces
image: quay.io/thegeeklab/alpine-tools
commands:
- git diff-tree --check $(git hash-object -t tree /dev/null) HEAD
- name: tflint
image: ghcr.io/terraform-linters/tflint
commands:
- tflint --color
- name: tofu
image: quay.io/thegeeklab/wp-opentofu
2024-01-16 15:49:34 +01:00
settings:
action:
2024-01-16 15:49:34 +01:00
- validate
tofu_version: 1.6.1