From d29c99ffefa8b72b24950c3ac3abb6feeb586b74 Mon Sep 17 00:00:00 2001 From: faizanahmad055 Date: Thu, 26 May 2022 14:57:51 +0200 Subject: [PATCH] Remove docker linting from Pull request Signed-off-by: faizanahmad055 --- .github/workflows/pull_request.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index a78299c..af209bc 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -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