Skip to content

Commit

Permalink
Add Dockerfile hadolint linting via reviewdog (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnboyes committed Jul 29, 2020
1 parent 95e7255 commit 0fdf141
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: reviewdog
on:
push:

jobs:

hadolint:
name: runner / hadolint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: hadolint
uses: reviewdog/action-hadolint@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-check

0 comments on commit 0fdf141

Please sign in to comment.