Skip to content

Commit 7d58281

Browse files
authored
Create lint-docker.yml
1 parent 909a532 commit 7d58281

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/lint-docker.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Lint Dockerfiles
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
dockerlint:
7+
runs-on: ubuntu-latest
8+
name: Lint Dockerfiles
9+
steps:
10+
- uses: actions/checkout@v3
11+
12+
- name: Run hadolint
13+
uses: hadolint/[email protected]
14+
with:
15+
dockerfile: ./app/Dockerfile

0 commit comments

Comments
 (0)