Skip to content

Commit 40b4e11

Browse files
committed
fix: cpp workflow
1 parent 617f178 commit 40b4e11

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/lint-cpp.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
- "**/*.cpp"
1212
- "**/*.c"
1313
- "**/*.mm"
14+
paths-ignore:
15+
- "node_modules"
16+
- "**/node_modules"
1417
pull_request:
1518
paths:
1619
- ".github/workflows/lint-cpp.yml"
@@ -19,6 +22,9 @@ on:
1922
- "**/*.cpp"
2023
- "**/*.c"
2124
- "**/*.mm"
25+
paths-ignore:
26+
- "node_modules"
27+
- "**/node_modules"
2228

2329
jobs:
2430
lint:

0 commit comments

Comments
 (0)