Skip to content

Commit c5c7ca4

Browse files
committed
fix: pre-commit suggestions incorporated
1 parent 02ce3ae commit c5c7ca4

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
- uses: actions/checkout@v3
88
with:
99
fetch-depth: 0
10-
- uses: wagoid/commitlint-github-action@v5
10+
- uses: wagoid/commitlint-github-action@v5

.pre-commit-config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,3 @@ repos:
1818
types: [file] # override `types: [json]`
1919
files: \.(json|json.sample)$
2020
args: [--autofix, --no-sort-keys]
21-
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
22-
rev: v9.3.0
23-
hooks:
24-
- id: commitlint

commitlint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ module.exports = {
55
rules: {
66
"type-enum": [2, "always", ["build", "chore", "ci", "docs", "feat", "fix", "perf", "refactor", "revert", "style", "test", "button"]],
77
}
8-
}
8+
}

0 commit comments

Comments
 (0)