Skip to content

Update Calico from v3.26.1 to v3.26.3 #118

Update Calico from v3.26.1 to v3.26.3

Update Calico from v3.26.1 to v3.26.3 #118

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@v2
with:
terraform_version: 1.2.5
- name: fmt
run: terraform fmt -check -diff -recursive