Skip to content

increased resources for the billing runner #8

increased resources for the billing runner

increased resources for the billing runner #8

Workflow file for this run

name: terraform format check
on:
pull_request:
paths:
- "terraform/**"
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hashicorp/setup-terraform@v2
- name: terraform fmt
run: terraform fmt -check -recursive -diff ./terraform