Skip to content

chore(deps) bump-stablesats-image-f088866 #5331

chore(deps) bump-stablesats-image-f088866

chore(deps) bump-stablesats-image-f088866 #5331

Workflow file for this run

name: Check formatting
on:
pull_request:
branches: [main]
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- name: Checkout code into workspace directory
uses: actions/checkout@v2
- name: Terraform fmt
uses: hashicorp/setup-terraform@v2
- run: terraform fmt -recursive .
- run: git diff --exit-code