From 899e28cb2724487ef8ca64f0036ff28db49bd048 Mon Sep 17 00:00:00 2001 From: Christos Arvanitis Date: Sun, 1 May 2022 21:34:29 +0200 Subject: [PATCH] Add dockerfile linting --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9647878..a2a995c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,6 +12,12 @@ jobs: - name: Check out Git repository uses: actions/checkout@v2 + - name: Lint Dockerfile + uses: hadolint/hadolint-action@master + with: + recursive: true + dockerfile: "Dockerfile" + - uses: pmorelli92/github-container-registry-build-push@2.0.0 name: Build and Publish arc:latest with: