Skip to content

Commit

Permalink
fix: fix default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Suya1671 committed Jun 20, 2024
1 parent 2420b05 commit 3f2ba14
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .moon/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ projects:
- libs/*

vcs:
manager: "git"
defaultBranch: "main"
manager: 'git'
defaultBranch: 'dev'
syncHooks: true
hooks:
pre-commit:
- "pnpm moon run :lint :format --affected --status=staged"
- 'pnpm moon run :lint :format --affected --status=staged'
commit-msg:
- "pnpm commitlint --edit $1"
- 'pnpm commitlint --edit $1'

runner:
archivableTargets:
- ":check"
- ":lint"
- ":test"
- ":lint-clippy"
- ":lint-format"
- ":test-unit"
- ":test-intergration"
- ':check'
- ':lint'
- ':test'
- ':lint-clippy'
- ':lint-format'
- ':test-unit'
- ':test-intergration'

0 comments on commit 3f2ba14

Please sign in to comment.