build: woodpecker style
ci/woodpecker/push/lint_general Pipeline was successful Details

pull/23/head
Richard Attermeyer 2024-01-28 20:56:11 +00:00
parent 476256856a
commit 9113a5a7f1
1 changed files with 1 additions and 1 deletions

View File

@ -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