Skip to content

Bump github.com/terraform-linters/tflint-plugin-sdk (#334) #674

Bump github.com/terraform-linters/tflint-plugin-sdk (#334)

Bump github.com/terraform-linters/tflint-plugin-sdk (#334) #674

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run linters
run: |
export PATH=$PATH:$(go env GOPATH)/bin
make tools lint