workflows/tests: remove hadolint.

It's failing to install.
This commit is contained in:
Mike McQuaid 2021-02-08 10:29:22 +00:00
parent f416f8b54c
commit 0ee63b0c51
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -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/')