Skip to content

Commit

Permalink
add precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Nov 22, 2024
1 parent 0191936 commit b763a62
Show file tree
Hide file tree
Showing 4 changed files with 323 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Pre-Release

on:
push:
branches:
- main
workflow_dispatch:
inputs:
release_type:
Expand Down
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = { extends: ["@commitlint/config-conventional"] };
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"typedoc": "^0.26.11",
"typescript": "5.6.3",
"vite": "^5.4.11",
"vitest": "^2.1.5"
"vitest": "^2.1.5",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit b763a62

Please sign in to comment.