From 472ad44a8737e5cd5df8744ffc94b9ed200a41f4 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Mon, 1 Feb 2021 15:10:13 -0500 Subject: [PATCH] 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 --- .github/workflows/linting.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index f99ae45..9e22a90 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -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