From 0ee63b0c519ee9a16a8a372a22f7c4a84a4ab401 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 8 Feb 2021 10:29:22 +0000 Subject: [PATCH] workflows/tests: remove hadolint. It's failing to install. --- .github/workflows/tests.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 29c9a57250..f396dd046d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,11 +40,6 @@ jobs: brew install vale vale docs/ - - name: Lint Dockerfile - run: | - brew install hadolint - hadolint Dockerfile - tap-syntax: name: tap syntax (Linux) if: startsWith(github.repository, 'Homebrew/')