Merge #301: hydra: use cache.nixos.org URL for logs instead of raw S3… #13
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: Check Terraform formatting | |
on: | |
push: | |
pull_request: | |
permissions: | |
contents: read | |
jobs: | |
terraform-fmt: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Check terraform/ formatting | |
uses: dflook/terraform-fmt-check@v1 | |
with: | |
path: terraform | |
- name: Check terraform-iam/ formatting | |
uses: dflook/terraform-fmt-check@v1 | |
with: | |
path: terraform-iam |