Skip to content

Fix email routing settings #152

Fix email routing settings

Fix email routing settings #152

Workflow file for this run

name: "Check"
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
- name: Setup terraform
uses: hashicorp/setup-terraform@main
- name: Format check
run: terraform fmt -check