Skip to content

Commit 28179a5

Browse files
committed
github: Add hadolint action.
1 parent c0e51a6 commit 28179a5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Dockerfile lint
3+
4+
on:
5+
pull_request:
6+
branches:
7+
- main
8+
9+
jobs:
10+
hadolint:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v5
14+
- uses: hadolint/hadolint-action@v3.1.0

0 commit comments

Comments
 (0)