Skip to content

Commit

Permalink
GH Workflows: Include dash delimiter for projects (#28985)
Browse files Browse the repository at this point in the history
* Include dash delimiter

* Exclude project- files from lesson linting workflow
  • Loading branch information
MaoShizhong authored Nov 25, 2024
1 parent 4e41f5e commit 2c5059c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/markdownlint-lessons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- '**.md'
- '!*'
- '!**/project_*'
- '!**/project-*'
- '!archive/**'
- '!templates/**'
- '!markdownlint/docs/**'
Expand All @@ -23,6 +24,7 @@ jobs:
**.md
!*
!**/project_*
!**/project-*
!archive/**
!templates/**
!markdownlint/docs/**
Expand Down
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 2c5059c

Please sign in to comment.