We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a5247 commit 6e1487bCopy full SHA for 6e1487b
1 file changed
.github/workflows/build_pull_request.yml
@@ -4,6 +4,19 @@ on:
4
pull_request:
5
6
jobs:
7
+ lint_dockerfile:
8
+ name: Lint Dockerfile
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ -
12
+ name: Checkout github repository
13
+ uses: actions/checkout@v6
14
15
+ name: Lint Dockerfile with hadolint
16
+ uses: hadolint/hadolint-action@v3.3.0
17
+ with:
18
+ dockerfile: Dockerfile
19
+
20
check_build:
21
runs-on: ubuntu-latest
22
steps:
0 commit comments