Skip to content

Commit b3bbeaf

Browse files
committed
fix: update workflow 4
1 parent 8b11579 commit b3bbeaf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.commitlintrc.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"extends": ["@commitlint/config-conventional"],
33
"rules": {
4-
"type-enum": [2, "always", ["ci", "chore", "docs", "feat", "fix", "perf", "refactor", "revert", "style"]],
5-
"footer-max-line-length": [0, "always"]
4+
"type-enum": [2, "always", ["ci", "chore", "docs", "feat", "fix", "perf", "refactor", "revert", "style"]],
5+
"footer-max-line-length": [0, "always"],
6+
"body-max-line-length": [0, "always"],
7+
"footer-leading-blank": [0, "always"]
68
}
79
}

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
with:
2828
persist-credentials: false
2929
fetch-depth: 0
30-
- name: Disable Husky for this repo
31-
run: rm -rf .git/hooks
3230
- name: Set up Node and Build for Deploy
3331
uses: actions/setup-node@v3
3432
with:

0 commit comments

Comments
 (0)