feat: add rolling restart #310
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: terraform fmt | |
on: [pull_request] | |
jobs: | |
format: | |
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@v1 | |
with: | |
path: aws |