Skip to content

Commit

Permalink
specific files
Browse files Browse the repository at this point in the history
  • Loading branch information
evilnick committed Apr 5, 2024
1 parent 2c2f6c2 commit 08349f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mdlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: tj-actions/changed-files@v44
id: changed-files
with:
files: '**/*.md'
files: 'docs/src/howto/*.md,docs/src/explanation/*.md'
separator: ","
- uses: DavidAnson/markdownlint-cli2-action@v15
if: steps.changed-files.outputs.any_changed == 'true'
Expand Down

0 comments on commit 08349f1

Please sign in to comment.