Create teleop_team and add 'Noel215' to teleop_team and twist_mux_team #853
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 |