Skip to content

Commit 0fdf141

Browse files
authored
Add Dockerfile hadolint linting via reviewdog (#3)
1 parent 95e7255 commit 0fdf141

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/reviewdog.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: reviewdog
3+
on:
4+
push:
5+
6+
jobs:
7+
8+
hadolint:
9+
name: runner / hadolint
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Check out code
13+
uses: actions/checkout@v2
14+
- name: hadolint
15+
uses: reviewdog/action-hadolint@v1
16+
with:
17+
github_token: ${{ secrets.github_token }}
18+
reporter: github-check

0 commit comments

Comments
 (0)