Skip to content

Commit 42dd4b2

Browse files
fix: remove commitlint
1 parent a1af311 commit 42dd4b2

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,8 @@ concurrency:
2727

2828
jobs:
2929

30-
commitlint:
31-
# Only run for non-draft PRs or direct pushes
32-
if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.draft }}
33-
runs-on: ubuntu-latest
34-
steps:
35-
- name: Checkout Repository
36-
uses: actions/checkout@v4
37-
with:
38-
fetch-depth: 100
39-
40-
- name: Commitlint
41-
uses: wagoid/commitlint-github-action@v6
42-
4330
semantic-release:
4431
runs-on: ubuntu-latest
45-
needs: commitlint
4632
steps:
4733
- name: Checkout Repository at workflow SHA
4834
uses: actions/checkout@v4

0 commit comments

Comments
 (0)