Skip to content

Commit cc46770

Browse files
authored
add task_types
1 parent 2103f51 commit cc46770

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
--gcov-ignore-parse-errors negative_hits.warn \
8181
--gcov-ignore-parse-errors suspicious_hits.warn
8282
83-
code-lint:
83+
lint-code:
8484
runs-on: ubuntu-latest
8585
strategy:
8686
matrix:
@@ -109,8 +109,10 @@ jobs:
109109
clang-format --version
110110
find src -name '*.cpp' -o -name '*.h' | xargs clang-format --dry-run --Werror
111111
112-
pr-lint:
112+
lint-conv-commit:
113113
runs-on: ubuntu-latest
114114
steps:
115115
- name: Verify Conventional Commit In Pull Requests
116116
uses: ytanikin/pr-conventional-commits@1.5.1
117+
with:
118+
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'

0 commit comments

Comments
 (0)