Skip to content

Commit 4d48274

Browse files
committed
ci: add a conventional commits lint
1 parent 9641b5f commit 4d48274

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: lint
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
8+
9+
permissions:
10+
contents: read
11+
12+
jobs:
13+
build:
14+
name: conventional commits
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: actions/checkout@v4
18+
- uses: webiny/action-conventional-commits@v1.3.0

0 commit comments

Comments
 (0)