We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c9aeb commit 1e24c8bCopy full SHA for 1e24c8b
.github/workflows/tfproviderlint.yml
@@ -0,0 +1,24 @@
1
+# This is a basic workflow to run tfproviderlint
2
+name: tfproviderlint
3
+
4
+# Controls when the action will run. Triggers the workflow on push or pull request
5
+# events but only for the master branch
6
+on:
7
+ push:
8
+ branches: [ master ]
9
+ pull_request:
10
11
12
+# A workflow run is made up of one or more jobs that can run sequentially or in parallel
13
+jobs:
14
+ # This workflow contains a single job called "build"
15
+ build:
16
+ # The type of runner that the job will run on
17
+ runs-on: ubuntu-latest
18
19
+ # Steps represent a sequence of tasks that will be executed as part of the job
20
+ steps:
21
+ - uses: actions/[email protected]
22
+ - uses: bflad/tfproviderlint-github-action@master
23
+ with:
24
+ args: ./...
0 commit comments