build: woodpecker style
ci/woodpecker/push/lint_general Pipeline was successful
Details
ci/woodpecker/push/lint_general Pipeline was successful
Details
parent
476256856a
commit
9113a5a7f1
|
|
@ -14,6 +14,7 @@ steps:
|
||||||
|
|
||||||
"lint:commitlint":
|
"lint:commitlint":
|
||||||
image: node:lts-slim
|
image: node:lts-slim
|
||||||
|
depends_on: ["prepare:commitlint"]
|
||||||
commands:
|
commands:
|
||||||
- npm install --save-dev conventional-changelog-conventionalcommits @commitlint/config-conventional commitlint@latest
|
- npm install --save-dev conventional-changelog-conventionalcommits @commitlint/config-conventional commitlint@latest
|
||||||
- cat commitlint.txt
|
- cat commitlint.txt
|
||||||
|
|
@ -22,7 +23,6 @@ steps:
|
||||||
- branch: [main, dev]
|
- branch: [main, dev]
|
||||||
event: push
|
event: push
|
||||||
"lint:precommit":
|
"lint:precommit":
|
||||||
group: lint
|
|
||||||
image: python:3.12.1-bullseye
|
image: python:3.12.1-bullseye
|
||||||
commands:
|
commands:
|
||||||
- pip install pre-commit
|
- pip install pre-commit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue