Skip to content

Commit

Permalink
Add markdownlint
Browse files Browse the repository at this point in the history
Add a markdown linter to the `gh-pages` workflow.
Contributes to #1639.
  • Loading branch information
martincostello committed Sep 29, 2023
1 parent 5634c30 commit abc35ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0

- name: Lint Markdown files
uses: DavidAnson/markdownlint-cli2-action@ed4dec634fd2ef689c7061d5647371d8248064f1 # v13.0.0
with:
globs: '**/*.md'

- name: Setup .NET SDK
uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0

Expand Down

0 comments on commit abc35ba

Please sign in to comment.