diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 7a78c3b7c..5f24aaf3d 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -19,6 +19,8 @@ jobs: run: npx eslint . --quiet - name: Stylelint run: npx stylelint app/assets/stylesheets + - name: Markdownlint + run: bundle exec mdl *.md docs/ name: ${{ matrix.name }} steps: - name: Checkout code