Skip to content

Commit 36abdef

Browse files
authored
[chore] update demo workflow cpp-linter.yml
resolves #205
1 parent 7ce9dc2 commit 36abdef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cpp-linter.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ name: cpp-linter
33
on:
44
push:
55
paths:
6-
- "!**"
76
- "docs/examples/demo/*"
87
pull_request:
98
paths:
10-
- "!**"
119
- "docs/examples/demo/*"
1210

1311

@@ -24,6 +22,7 @@ jobs:
2422
with:
2523
style: file
2624
files-changed-only: false
25+
thread-comments: false
2726

2827
- name: Fail fast?!
2928
if: steps.linter.outputs.checks-failed != 0

0 commit comments

Comments
 (0)