Add ur_simlation_gz release repository. #844
Workflow file for this run
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: | |
push: | |
branches: [latest] | |
pull_request: | |
jobs: | |
terraform-fmt: | |
name: Run terraform fmt checks | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@main | |
- uses: hashicorp/setup-terraform@v1 | |
- name: terraform-fmt | |
run: terraform fmt -check -diff -recursive |