Skip to content

SUMO-248024:

SUMO-248024: #1813

Workflow file for this run

# This is a basic workflow to run tfproviderlint
name: tfproviderlint
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
pull_request:
branches: [ master ]
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "lint"
lint:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/[email protected]
- uses: bflad/tfproviderlint-github-action@master
with:
args: ./...
env:
GOFLAGS: "-buildvcs=false"