Skip to content

Commit 3f135bd

Browse files
committed
Run tfproviderlint for all PRs to master
1 parent 0f9fd53 commit 3f135bd

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/tfproviderlint.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,17 @@
1-
# This is a basic workflow to run tfproviderlint
1+
# From https://github.com/bflad/tfproviderlint
2+
23
name: tfproviderlint
34

4-
# Controls when the action will run. Triggers the workflow on push or pull request
5-
# events but only for the master branch
65
on:
76
push:
87
branches: [ master ]
9-
paths-ignore:
10-
- 'README.md'
11-
- 'CHANGELOG.md'
128
pull_request:
139
branches: [ master ]
14-
paths-ignore:
15-
- 'README.md'
16-
- 'CHANGELOG.md'
1710

18-
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1911
jobs:
20-
# This workflow contains a single job called "lint"
2112
lint:
22-
# The type of runner that the job will run on
2313
runs-on: ubuntu-latest
2414

25-
# Steps represent a sequence of tasks that will be executed as part of the job
2615
steps:
2716
- uses: actions/[email protected]
2817
- uses: bflad/tfproviderlint-github-action@master

0 commit comments

Comments
 (0)