We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdac158 commit 7dec1caCopy full SHA for 7dec1ca
1 file changed
.github/workflows/ci.yml
@@ -79,29 +79,3 @@ jobs:
79
80
- name: Run typecheck
81
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
95
- version: 9
96
97
- - name: Setup Node.js
98
- uses: actions/setup-node@v4
99
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