From a29f1f3c6a5509eaac1aa30ce455afdd9260b72d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 22 Jan 2022 20:15:54 +0100 Subject: [PATCH] Update lint-checks.yaml --- .github/workflows/lint-checks.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint-checks.yaml b/.github/workflows/lint-checks.yaml index 1e5b961ae..b8b8f5eef 100644 --- a/.github/workflows/lint-checks.yaml +++ b/.github/workflows/lint-checks.yaml @@ -7,12 +7,11 @@ on: jobs: hadolint: + name: 🔎 Run hadolint runs-on: ubuntu-latest - container: ghcr.io/hadolint/hadolint:latest-alpine steps: - - name: hadolint - - uses: actions/checkout@v2 - - uses: hadolint/hadolint-action@v1.6.0 + - uses: actions/checkout@v2 + - uses: hadolint/hadolint-action@v1.6.0 with: dockerfile: Dockerfile