chore: Add tofu workflows #1
1 changed files with 6 additions and 5 deletions
|
|
@ -20,15 +20,16 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-opentofu@v1
|
||||
with:
|
||||
tofu_version: 1.11.5
|
||||
|
||||
- name: OpenTofu Init
|
||||
id: init
|
||||
run: tofu init --upgrade
|
||||
|
||||
- name: OpenTofu fmt
|
||||
id: fmt
|
||||
run: tofu fmt -check
|
||||
continue-on-error: true
|
||||
|
||||
- name: OpenTofu Init
|
||||
id: init
|
||||
run: tofu init
|
||||
|
||||
- name: OpenTofu Validate
|
||||
id: validate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue