mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(repo): fix repo management
This commit is contained in:
@@ -11,7 +11,7 @@ debug:
|
|||||||
commands:
|
commands:
|
||||||
commitlint-config:
|
commitlint-config:
|
||||||
glob: '.commitlintrc.js'
|
glob: '.commitlintrc.js'
|
||||||
run: commitlint --print-config
|
run: node_modules/.bin/commitlint --print-config
|
||||||
|
|
||||||
pre-flight:
|
pre-flight:
|
||||||
parallel: true
|
parallel: true
|
||||||
@@ -102,4 +102,4 @@ commit-msg:
|
|||||||
lint: &commitlint
|
lint: &commitlint
|
||||||
# No official docker image available for now, falling back to the local
|
# No official docker image available for now, falling back to the local
|
||||||
# command.
|
# command.
|
||||||
run: commitlint --edit
|
run: node_modules/.bin/commitlint --edit
|
||||||
|
|||||||
Reference in New Issue
Block a user