Skip to content

Commit 332ded1

Browse files
Merge branch 'CircuitVerse:main' into main
2 parents c2bcccc + ed8eb1c commit 332ded1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Conventional Commits
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
8+
9+
jobs:
10+
check-commits:
11+
permissions:
12+
contents: read
13+
pull-requests: read
14+
name: Conventional Commits
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: actions/checkout@v4
18+
- uses: webiny/[email protected]

0 commit comments

Comments
 (0)