Skip to content

Commit 1ddf8e4

Browse files
authored
Merge pull request #20 from Itsariandl/patch-1
Update linter.yaml
2 parents 6ae2ab8 + d3d1a1d commit 1ddf8e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/linter.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ jobs:
3232
- name: YAML linter
3333
run: |
3434
yamllint --strict .
35+
36+
- name: YAML linter
37+
run: |
38+
podman run --rm -i ghcr.io/hadolint/hadolint < src/grafana/Dockerfile
39+
podman run --rm -i ghcr.io/hadolint/hadolint < src/postgres/Dockerfile

0 commit comments

Comments
 (0)