Skip to content

Use Ubuntu 22.04 as the default AMI for EC2 workers #221

Use Ubuntu 22.04 as the default AMI for EC2 workers

Use Ubuntu 22.04 as the default AMI for EC2 workers #221

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_wrapper: false
- name: Lint Terraform
run: |
terraform fmt -recursive -check