Skip to content

Commit c7ff2c8

Browse files
committed
c
1 parent d32b6b3 commit c7ff2c8

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on: [push]
2+
3+
jobs:
4+
cog_check_job:
5+
runs-on: ubuntu-latest
6+
name: check conventional commit compliance
7+
steps:
8+
- uses: actions/checkout@v4
9+
with:
10+
fetch-depth: 0
11+
12+
- name: Conventional commit check
13+
uses: cocogitto/cocogitto-action@v3

0 commit comments

Comments
 (0)