Skip to content

infrastructure: split dependabot secrets #32

infrastructure: split dependabot secrets

infrastructure: split dependabot secrets #32

Workflow file for this run

name: terraform
on:
pull_request:
paths:
- '**/*.tf'
- '.github/workflows/terraform.yml'
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hashicorp/setup-terraform@v2
- name: terraform fmt
uses: dflook/terraform-fmt-check@v1