Skip to content

feat: add cloudfront support #196

feat: add cloudfront support

feat: add cloudfront support #196

Workflow file for this run

name: Check terraform file formatting
on:
# Trigger the workflow on pull request,
# but only for the main branch
pull_request:
branches:
- main
jobs:
check_format:
defaults:
run:
working-directory: ./bloom-instance
runs-on: ubuntu-latest
name: Check terraform file are formatted correctly
steps:
- name: Checkout
uses: actions/checkout@v3
- name: terraform fmt
uses: dflook/terraform-fmt-check@v1
with:
path: bloom-instance