Skip to content

Update Calico from v2.26.3 to v2.27.2 #137

Update Calico from v2.26.3 to v2.27.2

Update Calico from v2.26.3 to v2.27.2 #137

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
terraform:
name: fmt
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.2.5
- name: fmt
run: terraform fmt -check -diff -recursive