Skip to content

Commit

Permalink
Include dash delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
MaoShizhong committed Oct 21, 2024
1 parent d594ab8 commit ae38dde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/markdownlint-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- '**/project_*.md'
- '**/project-*.md'
- '!*'
- '!archive/**'
- '!templates/**'
Expand All @@ -20,6 +21,7 @@ jobs:
with:
files: |
**/project_*.md
**/project-*.md
!*
!archive/**
!templates/**
Expand Down

0 comments on commit ae38dde

Please sign in to comment.