Skip to content

Commit e698dfb

Browse files
committed
Remove hadolint
1 parent 66cd2c0 commit e698dfb

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/reviewdog.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,6 @@ jobs:
2222
reporter: ${{ steps.reporter.outputs.value }}
2323
level: warning
2424

25-
hadolint:
26-
name: runner / hadolint
27-
runs-on: ubuntu-latest
28-
steps:
29-
- uses: actions/checkout@v3
30-
- uses: haya14busa/action-cond@v1
31-
id: reporter
32-
with:
33-
cond: ${{ github.event_name == 'pull_request' }}
34-
if_true: "github-pr-review"
35-
if_false: "github-check"
36-
- uses: reviewdog/action-hadolint@v1
37-
with:
38-
github_token: ${{ secrets.github_token }}
39-
reporter: ${{ steps.reporter.outputs.value }}
40-
level: warning
41-
4225
misspell:
4326
name: runner / misspell
4427
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)