Skip to content

Validate instance types for GCP #2935

Validate instance types for GCP

Validate instance types for GCP #2935

Workflow file for this run

name: Run pre-commit
on:
push:
branches:
- main
- develop
- release/\d{4}.\d{1,2}.\d{1,2}
pull_request:
jobs:
pre-commit:
if: github.event.pull_request.merged == false
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- name: Checkout repository 🔔
uses: actions/[email protected]
- name: Run terraform pre-commit ⚡️
uses: pre-commit/[email protected]
with:
extra_args: --all-files terraform_fmt