Skip to content

Commit dfb1c78

Browse files
committed
chore: disable commit lint
1 parent ed1f624 commit dfb1c78

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,3 @@ jobs:
4040

4141
- name: Build package
4242
run: yarn build
43-
44-
- name: Check commits messages
45-
uses: wagoid/commitlint-github-action@v5

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
. "$(dirname "$0")/_/husky.sh"
33
. "$(dirname "$0")/common.sh"
44

5-
yarn commitlint --edit $1
5+
# yarn commitlint --edit $1

0 commit comments

Comments
 (0)