Skip to content

Commit

Permalink
Name it better (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira authored Jun 7, 2024
1 parent d6023d5 commit ff6ca11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

env:
# renovate datasource: docker, depName: hadolint/hadolint
hadolint: 2.12.0
hadolint-version: 2.12.0

steps:
- name: Checkout
Expand All @@ -23,7 +23,7 @@ jobs:
npm run dist
- name: Lint Dockerfile
run: docker run --rm -i hadolint/hadolint:${{ env.hadolint }} < Dockerfile
run: docker run --rm -i hadolint/hadolint:${{ env.hadolint-version }} < Dockerfile

- name: Check if build left artifacts
run: git diff --exit-code

0 comments on commit ff6ca11

Please sign in to comment.