Skip to content

Commit bb7635d

Browse files
authored
base: add mdc to documentation CI. (#665)
* base: add mdc to documentation CI. * base: fix lint error.
1 parent 0a097be commit bb7635d

File tree

8 files changed

+19
-7
lines changed

8 files changed

+19
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
5-
labels: ''
6-
assignees: ''
4+
title: ""
5+
labels: ""
6+
assignees: ""
77
---
88

99
## Describe the bug

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
5-
labels: ''
6-
assignees: ''
4+
title: ""
5+
labels: ""
6+
assignees: ""
77
---
88

99
## Is your feature request related to a problem? Please describe.

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches: [main]
66
paths-ignore:
77
- "**/*.md"
8+
- "**/*.mdc"
89
pull_request:
910
branches: [main]
1011
paths-ignore:
1112
- "**/*.md"
13+
- "**/*.mdc"
1214

1315
permissions:
1416
contents: read

.github/workflows/ci_browser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches: [main]
66
paths-ignore:
77
- "**/*.md"
8+
- "**/*.mdc"
89
pull_request:
910
branches: [main]
1011
paths-ignore:
1112
- "**/*.md"
13+
- "**/*.mdc"
1214

1315
permissions:
1416
contents: read

.github/workflows/ci_bun.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches: [main]
66
paths-ignore:
77
- "**/*.md"
8+
- "**/*.mdc"
89
pull_request:
910
branches: [main]
1011
paths-ignore:
1112
- "**/*.md"
13+
- "**/*.mdc"
1214

1315
permissions:
1416
contents: read

.github/workflows/ci_cloudflare.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches: [main]
66
paths-ignore:
77
- "**/*.md"
8+
- "**/*.mdc"
89
pull_request:
910
branches: [main]
1011
paths-ignore:
1112
- "**/*.md"
13+
- "**/*.mdc"
1214

1315
permissions:
1416
contents: read

.github/workflows/ci_docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
name: Markdown CI
1+
name: Documentation CI
22

33
on:
44
push:
55
branches: [main]
66
paths:
77
- "**/*.md"
8+
- "**/*.mdc"
89
pull_request:
910
branches: [main]
1011
paths:
1112
- "**/*.md"
13+
- "**/*.mdc"
1214

1315
permissions:
1416
contents: read

.github/workflows/ci_node.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches: [main]
66
paths-ignore:
77
- "**/*.md"
8+
- "**/*.mdc"
89
pull_request:
910
branches: [main]
1011
paths-ignore:
1112
- "**/*.md"
13+
- "**/*.mdc"
1214

1315
jobs:
1416
# Check changed files to determine which package tests to run

0 commit comments

Comments
 (0)