Skip to content

Commit 7dec1ca

Browse files
committed
chore: remove commitlint from CI
1 parent cdac158 commit 7dec1ca

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -79,29 +79,3 @@ jobs:
7979

8080
- name: Run typecheck
8181
run: pnpm typecheck
82-
83-
commitlint:
84-
name: Commitlint
85-
runs-on: ubuntu-latest
86-
if: github.event_name == 'pull_request'
87-
steps:
88-
- uses: actions/checkout@v4
89-
with:
90-
fetch-depth: 0
91-
92-
- name: Setup pnpm
93-
uses: pnpm/action-setup@v4
94-
with:
95-
version: 9
96-
97-
- name: Setup Node.js
98-
uses: actions/setup-node@v4
99-
with:
100-
node-version: 20
101-
cache: 'pnpm'
102-
103-
- name: Install dependencies
104-
run: pnpm install --frozen-lockfile
105-
106-
- name: Validate commits
107-
run: npx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose

0 commit comments

Comments
 (0)