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.
2 parents c4d11b6 + 309a1cd commit f155b0fCopy full SHA for f155b0f
.github/workflows/tfproviderlint.yml
@@ -11,8 +11,8 @@ on:
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:
+ # This workflow contains a single job called "lint"
+ lint:
16
# The type of runner that the job will run on
17
runs-on: ubuntu-latest
18
@@ -21,4 +21,4 @@ jobs:
21
- uses: actions/[email protected]
22
- uses: bflad/tfproviderlint-github-action@master
23
with:
24
- args: ./...
+ args: ./...
0 commit comments