Skip to content

Commit a0ebc2a

Browse files
sarahetterNetlify
andauthored
chore: replace conventional commit checker (#6634)
Co-authored-by: Netlify <[email protected]>
1 parent 78582a2 commit a0ebc2a

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: PR Title - Conventional Commit
2+
on:
3+
pull_request:
4+
types: ['opened', 'edited', 'reopened', 'synchronize']
5+
6+
jobs:
7+
lint-title:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4
11+
- name: Install Dependencies
12+
run: npm install @commitlint/config-conventional
13+
- uses: JulienKode/[email protected]

commitlint.config.cjs

Lines changed: 0 additions & 1 deletion
This file was deleted.

commitlint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default { extends: ['@commitlint/config-conventional'] }

0 commit comments

Comments
 (0)