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 66cd2c0 commit e698dfbCopy full SHA for e698dfb
.github/workflows/reviewdog.yml
@@ -22,23 +22,6 @@ jobs:
22
reporter: ${{ steps.reporter.outputs.value }}
23
level: warning
24
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
38
- github_token: ${{ secrets.github_token }}
39
- reporter: ${{ steps.reporter.outputs.value }}
40
- level: warning
41
-
42
misspell:
43
name: runner / misspell
44
runs-on: ubuntu-latest
0 commit comments