Use markdownlint from Shipyard

Instead of an external GitHub action, use the same markdownlint make
target from Shipyard that we use in other repos.

Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
This commit is contained in:
Daniel Farrell
2021-02-01 16:42:35 -05:00
committed by Thomas Pantelis
parent 0d566a4104
commit 472ad44a87
+1 -4
View File
@@ -40,10 +40,7 @@ jobs:
- name: Check out the repository
uses: actions/checkout@v2
- name: Run markdownlint
uses: nosborn/github-action-markdown-cli@v1.1.1
with:
files: .
config_file: ".markdownlint.yml"
run: make markdownlint
yaml-lint:
name: YAML