From ccf592439e16135f2d9bd94ed657e3a4efc048e2 Mon Sep 17 00:00:00 2001 From: Conor Mongey Date: Wed, 19 Oct 2022 00:12:43 +0100 Subject: [PATCH] Remove terraformproviderlint --- .github/workflows/test.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0596b35a..73e29746 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,13 +20,13 @@ jobs: go-version: 1.19.x - run: make test - lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: bflad/tfproviderlint-github-action@master - with: - args: ./... + #lint: + #runs-on: ubuntu-latest + #steps: + #- uses: actions/checkout@v3 + #- uses: bflad/tfproviderlint-github-action@master + #with: + #args: ./... golangci: name: lint