Skip to content

Commit 0949702

Browse files
committed
build(ci): Remove fail on error
1 parent 15b7c25 commit 0949702

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cpp.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919

2020
- name: Run commitlint
2121
uses: opensource-nepal/commitlint@v1.2.0
22+
with:
23+
fail_on_error: false
2224

2325
- name: Run linter
2426
uses: cpp-linter/cpp-linter-action@v2

0 commit comments

Comments
 (0)