SUMO-270071 Skumar adding changes in unreleased section for new fields in http source CRUD #2363
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # From https://github.com/bflad/tfproviderlint | |
| name: tfproviderlint | |
| on: | |
| push: | |
| branches: [ master ] | |
| pull_request: | |
| branches: [ master ] | |
| jobs: | |
| lint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/[email protected] | |
| - uses: bflad/tfproviderlint-github-action@master | |
| with: | |
| args: ./... | |
| env: | |
| GOFLAGS: "-buildvcs=false" |