Skip to content

Commit 278d82e

Browse files
committed
ci(pipeline.yml): #275 add cocogitto based conventional-commit-check job in GHA
1 parent 36117b5 commit 278d82e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pipeline.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@ on:
55
pull_request:
66

77
jobs:
8+
conventional-commit-check:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- name: Conventional commit check
13+
uses: cocogitto/cocogitto-action@v3
814
build:
915
runs-on: ubuntu-latest
16+
needs: conventional-commit-check
1017
steps:
1118
- uses: actions/checkout@v4
1219
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)