From 2a23c41aaa77647b867592b044d869c3a7d796e5 Mon Sep 17 00:00:00 2001 From: mkelcik Date: Fri, 28 Apr 2023 23:44:44 +0200 Subject: [PATCH] dockerfile lint --- .github/workflows/quality-checks.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/quality-checks.yml b/.github/workflows/quality-checks.yml index e198fec..084043f 100644 --- a/.github/workflows/quality-checks.yml +++ b/.github/workflows/quality-checks.yml @@ -13,14 +13,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: addnab/docker-run-action@v3 + - uses: hadolint/hadolint-action@v3.1.0 with: - image: hadolint/hadolint:latest-debian - options: -v ${{ github.workspace }}:/work - run: | - cd /work - echo "Running Dockerfile lint" - hadolint Dockerfile + dockerfile: Dockerfile golangci: name: Static code check runs-on: ubuntu-latest