Skip to content

docs(readme): remove references to archived repos #2

docs(readme): remove references to archived repos

docs(readme): remove references to archived repos #2

Workflow file for this run

name: Terraform GitHub Actions
on:
- push
jobs:
format:
name: fmt
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: ^1.0.0
- name: Terraform Format
run: terraform fmt -check -recursive