Skip to content

Commit

Permalink
Merge 3f4ecc3 into 56d7589
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Dec 16, 2022
2 parents 56d7589 + 3f4ecc3 commit 9cbaf6a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: reviewdog/action-actionlint@v1

hadolint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: hadolint
uses: reviewdog/action-hadolint@v1
with:
reporter: github-pr-review

0 comments on commit 9cbaf6a

Please sign in to comment.