Skip to content

Commit a6bdb18

Browse files
authored
fix: no more lint commit failures (#112)
1 parent fae2e0c commit a6bdb18

File tree

2 files changed

+0
-193
lines changed

2 files changed

+0
-193
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,7 @@ on:
1212
branches: [ main ]
1313

1414
jobs:
15-
lint-commits:
16-
# Note: To re-run `lint-commits` after fixing the PR title, close-and-reopen the PR.
17-
runs-on: ubuntu-latest
18-
steps:
19-
- uses: actions/checkout@v5
20-
- name: Use Node.js
21-
uses: actions/setup-node@v4
22-
with:
23-
node-version: 22.x
24-
- name: Check PR title
25-
run: |
26-
node "$GITHUB_WORKSPACE/.github/workflows/lintcommit.js"
27-
2815
build:
29-
needs: lint-commits
3016

3117
runs-on: ubuntu-latest
3218
strategy:

.github/workflows/lintcommit.js

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

0 commit comments

Comments
 (0)