File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 1- # This is a basic workflow to run tfproviderlint
1+ # From https://github.com/bflad/tfproviderlint
2+
23name : 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
65on :
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
1911jobs :
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 :
27162817 - uses : bflad/tfproviderlint-github-action@master
Original file line number Diff line number Diff line change 11## X.Y.Z (Unreleased)
22* Add new change notes here
33
4+ ## 3.0.11 (May 20, 2025)
5+
46FEATURES:
57* ** New Data Source:** sumologic_partition
68* ** New Data Source:** sumologic_partitions
You can’t perform that action at this time.
0 commit comments