Skip to content

Bump golangci/golangci-lint-action from 3.7.0 to 6.1.1 #111

Bump golangci/golangci-lint-action from 3.7.0 to 6.1.1

Bump golangci/golangci-lint-action from 3.7.0 to 6.1.1 #111

Workflow file for this run

name: 'validate'
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4
- name: 'Setup Terraform'
uses: hashicorp/[email protected]
with:
terraform_version: 1.0.3
- name: Terraform Init
id: init
run: terraform init
- name: Terraform Validate
id: validate
run: terraform validate -no-color