Skip to content

Commit

Permalink
Remove terraformproviderlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mongey committed Oct 18, 2022
1 parent f73788c commit ccf5924
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccf5924

Please sign in to comment.