Skip to content

Commit e07e8bc

Browse files
committed
fix(build): enable the pipeline to also run the commitlint checks
1 parent f6f98c6 commit e07e8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
name: Check Build Status
7171
runs-on: ubuntu-latest
7272
needs:
73-
#- lint-commits
73+
- lint-commits
7474
- code-style
7575
- compat-check
7676
- type-check

0 commit comments

Comments
 (0)