Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ci: use markdownlint-cli2-action (#21946)
  • Loading branch information
viceice committed May 3, 2023
1 parent 75c7693 commit 0b00839
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 0b00839

Please sign in to comment.