Skip to content

changing civo clusters to talos #2944

changing civo clusters to talos

changing civo clusters to talos #2944

Workflow file for this run

name: Terraform
on:
push:
pull_request:
jobs:
terraform-actions:
name: Workflow
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
- name: Terraform fmt
run: make fmt