mirror of
https://github.com/opentofu/setup-opentofu.git
synced 2025-12-06 07:50:37 +00:00
chore: formatting
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
parent
ae5138eb8b
commit
5ed25bec46
1 changed files with 1 additions and 3 deletions
4
.github/workflows/setup-tofu.yml
vendored
4
.github/workflows/setup-tofu.yml
vendored
|
|
@ -35,7 +35,6 @@ jobs:
|
||||||
- name: Validate the Version ${{ matrix['tofu-versions'] }} was installed
|
- name: Validate the Version ${{ matrix['tofu-versions'] }} was installed
|
||||||
if: ${{ matrix['tofu-versions'] != 'latest' }}
|
if: ${{ matrix['tofu-versions'] != 'latest' }}
|
||||||
run: tofu version | grep ${{ matrix['tofu-versions']}}
|
run: tofu version | grep ${{ matrix['tofu-versions']}}
|
||||||
|
|
||||||
tofu-arguments:
|
tofu-arguments:
|
||||||
name: 'OpenTofu Arguments'
|
name: 'OpenTofu Arguments'
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
@ -69,7 +68,6 @@ jobs:
|
||||||
|
|
||||||
- name: Check Multiple Arguments Subcommand
|
- name: Check Multiple Arguments Subcommand
|
||||||
run: tofu fmt -check -list=true -no-color
|
run: tofu fmt -check -list=true -no-color
|
||||||
|
|
||||||
tofu-run-local:
|
tofu-run-local:
|
||||||
name: 'OpenTofu Run Local'
|
name: 'OpenTofu Run Local'
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
@ -102,7 +100,6 @@ jobs:
|
||||||
- name: Print OpenTofu Plan
|
- name: Print OpenTofu Plan
|
||||||
if: ${{ matrix['tofu-wrapper'] == 'true' }}
|
if: ${{ matrix['tofu-wrapper'] == 'true' }}
|
||||||
run: echo "${{ steps.plan.outputs.stdout }}"
|
run: echo "${{ steps.plan.outputs.stdout }}"
|
||||||
|
|
||||||
tofu-credentials-cloud:
|
tofu-credentials-cloud:
|
||||||
name: 'OpenTofu Cloud Credentials'
|
name: 'OpenTofu Cloud Credentials'
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
@ -184,3 +181,4 @@ jobs:
|
||||||
if: runner.os != 'Windows'
|
if: runner.os != 'Windows'
|
||||||
run: |
|
run: |
|
||||||
[[ -f ${HOME}/.tofurc ]] || exit 0
|
[[ -f ${HOME}/.tofurc ]] || exit 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue