Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 06ff7d0

Browse files
feat: setup hadolint (#2)
1 parent ada6c2c commit 06ff7d0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/lint.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Lint
2+
on:
3+
pull_request:
4+
jobs:
5+
hadolint:
6+
name: hadolint
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v3
10+
- uses: reviewdog/action-hadolint@v1
11+
with:
12+
reporter: github-pr-review
13+
hadolint_flags: Dockerfile

0 commit comments

Comments
 (0)