Skip to content

Commit

Permalink
ci: config
Browse files Browse the repository at this point in the history
  • Loading branch information
liihuu committed Feb 10, 2025
1 parent ad45b2d commit 92acafd
Show file tree
Hide file tree
Showing 3 changed files with 1,040 additions and 853 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
node-version: 21
cache: pnpm
- run: pnpm install
- run: pnpm run lint
- run: pnpm run code-lint
- run: pnpm run build
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default {
'style',
'refactor',
'perf',
'impr',
'chore',
'test',
'revert',
Expand Down
Loading

0 comments on commit 92acafd

Please sign in to comment.