Merge pull request #310 from stakater/remove-docker-lint

Remove docker linting from Pull request
This commit is contained in:
Faizan Ahmad
2022-05-26 17:11:18 +02:00
committed by GitHub
-6
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