Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 524a85a

Browse files
committed
Check dockerfile with hadolint
1 parent 7c96440 commit 524a85a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/lint.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Lint
2+
on: pull_request
3+
4+
jobs:
5+
hadolint:
6+
name: Hadolint
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v3
10+
- name: Run hadolint
11+
uses: hadolint/[email protected]

0 commit comments

Comments
 (0)