Skip to content

Commit

Permalink
Test markdown linting - 19
Browse files Browse the repository at this point in the history
  • Loading branch information
k-dimple committed Oct 14, 2024
1 parent f77c01b commit ed1e817
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/markdown-style-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: tj-actions/changed-files@v44
id: changed-markdown-files
with:
files: |
*.md
fetch-depth: 0
- uses: DavidAnson/markdownlint-cli2-action@v16
if: steps.changed-markdown-files.outputs.any_changed == 'true'
with:
config: ".markdownlint.json"
globs: ${{ steps.changed-markdown-files.outputs.all_changed_files }}
separator: ","

0 comments on commit ed1e817

Please sign in to comment.