Skip to content

Commit f67070a

Browse files
authored
ci: create commitlint.yml
Signed-off-by: Boris Glimcher <[email protected]>
1 parent aabf2ce commit f67070a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/commitlint.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Commitlint
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches: [ main ]
7+
pull_request:
8+
branches: [ main ]
9+
10+
jobs:
11+
call:
12+
uses: opiproject/opi-smbios-bridge/.github/workflows/commitlint.yml@main
13+
secrets: inherit

0 commit comments

Comments
 (0)