Skip to content

Commit

Permalink
ci: setup hadolint
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev committed Jun 17, 2022
1 parent 3f1d025 commit b8d1c9b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
continue-on-error: false

- name: Hadolint
uses: hadolint/hadolint-action@v2.1.0
uses: reviewdog/action-hadolint@v1
with:
dockerfile: Dockerfile
config: ${{ github.workspace }}/.github/config/.hadolint.yml
hadolint_flags: --config ${{ github.workspace }}/.github/config/.hadolint.yml

0 comments on commit b8d1c9b

Please sign in to comment.