Remove docker linting from Pull request

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
This commit is contained in:
faizanahmad055
2022-05-26 14:57:51 +02:00
parent 3e5b1d09b8
commit d29c99ffef

View File

@@ -48,12 +48,6 @@ jobs:
cd deployments/kubernetes/chart/reloader
helm lint
- name: Dockerfile Lint
uses: hadolint/hadolint-action@v1.6.0
with:
dockerfile: ${{env.DOCKER_FILE_PATH}}
failure-threshold: warning
- name: Link check
uses: gaurav-nelson/github-action-markdown-link-check@v1