Skip to content

Commit d3d1a1d

Browse files
authored
Update linter.yaml
add Linter for grafana and postgres Dockerfile
1 parent 6ae2ab8 commit d3d1a1d

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)