Skip to content

Commit 14e9c99

Browse files
committed
fix: remove .commitlintrc.json
1 parent 19cf042 commit 14e9c99

2 files changed

Lines changed: 0 additions & 45 deletions

File tree

.commitlintrc.json

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,6 @@ on:
66

77

88
jobs:
9-
validate-commits:
10-
name: Validate Commits
11-
runs-on: ubuntu-latest
12-
13-
steps:
14-
- name: Checkout code
15-
uses: actions/checkout@v4
16-
with:
17-
fetch-depth: 0
18-
19-
- name: Validate conventional commits
20-
uses: wagoid/commitlint-github-action@v6
21-
with:
22-
configFile: '.commitlintrc.json'
239

2410
test:
2511
name: Test

0 commit comments

Comments
 (0)