mobile_catkin_modules_build_development_tools changes (#339) #488
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 |