Skip to content

add in terraform actions #4

add in terraform actions

add in terraform actions #4

Workflow file for this run

name: tfactions
on:
push:
branches:
- main
pull_request:
jobs:
tfactions:
name: tfactions
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
with:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
- name: Terraform fmt
id: fmt
run: terraform fmt -check
with:

Check failure on line 22 in .github/workflows/tf-fmt-check.yml

View workflow run for this annotation

GitHub Actions / tfactions

Invalid workflow file

The workflow is not valid. .github/workflows/tf-fmt-check.yml (Line: 22, Col: 9): Unexpected value 'with'
soft_fail: true