Skip to content

Commit f155b0f

Browse files
authored
Merge pull request #125 from SumoLogic/ssain-rename-gh-actions
rename jobs
2 parents c4d11b6 + 309a1cd commit f155b0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tfproviderlint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111

1212
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1313
jobs:
14-
# This workflow contains a single job called "build"
15-
build:
14+
# This workflow contains a single job called "lint"
15+
lint:
1616
# The type of runner that the job will run on
1717
runs-on: ubuntu-latest
1818

@@ -21,4 +21,4 @@ jobs:
2121
- uses: actions/[email protected]
2222
- uses: bflad/tfproviderlint-github-action@master
2323
with:
24-
args: ./...
24+
args: ./...

0 commit comments

Comments
 (0)