From e19c5a7e38ba9099894d0f44379e038eb1fbdbbf Mon Sep 17 00:00:00 2001 From: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> Date: Thu, 28 Jul 2022 13:40:18 -0400 Subject: [PATCH] Add markdown linter --- .github/workflows/ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fd59576a5b471..30206ee0b3a5f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,3 +90,15 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} unchecked: '1,5069' + + markdownlint: + name: Markdown Linter + runs-on: ubuntu-latest + steps: + - name: Checkout EIP Repository + uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b + + - name: Lint + uses: DavidAnson/markdownlint-cli2-action@d199b6e1b89360c71e0c21eac02f7965faf07ba6 + with: + globs: '**/*.md'