Skip to content

Commit

Permalink
docs: update markdownlint action
Browse files Browse the repository at this point in the history
  • Loading branch information
lornajane committed Jan 29, 2024
1 parent 2219ba2 commit 1b22930
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: articulate/actions-markdownlint@v1
- uses: DavidAnson/markdownlint-cli2-action@v15
with:
config: .markdownlint.yaml
files: 'README.md' 'docs/**/*.md'
globs: |
docs/**/*.md
README.md
vale:
name: vale action
Expand Down

0 comments on commit 1b22930

Please sign in to comment.