Skip to content

Commit

Permalink
ci: use markdownlint-cli2-action (renovatebot#21946)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored and mjunker committed May 17, 2023
1 parent 5fcda60 commit 955384a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -135,12 +135,14 @@ jobs:
- name: Type check
run: yarn type-check

- name: markdownlint
uses: DavidAnson/markdownlint-cli2-action@v10.0.1

- name: Lint
run: |
yarn ls-lint
yarn eslint -f gha
yarn prettier
yarn markdown-lint
yarn git-check
yarn doc-fence-check
Expand Down

0 comments on commit 955384a

Please sign in to comment.