From 9113a5a7f14165774dbc60188d014b31e226af4b Mon Sep 17 00:00:00 2001 From: Richard Attermeyer Date: Sun, 28 Jan 2024 20:56:11 +0000 Subject: [PATCH] build: woodpecker style --- .woodpecker/.lint_general.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.lint_general.yml b/.woodpecker/.lint_general.yml index c5042ea..6dd6d3a 100644 --- a/.woodpecker/.lint_general.yml +++ b/.woodpecker/.lint_general.yml @@ -14,6 +14,7 @@ steps: "lint:commitlint": image: node:lts-slim + depends_on: ["prepare:commitlint"] commands: - npm install --save-dev conventional-changelog-conventionalcommits @commitlint/config-conventional commitlint@latest - cat commitlint.txt @@ -22,7 +23,6 @@ steps: - branch: [main, dev] event: push "lint:precommit": - group: lint image: python:3.12.1-bullseye commands: - pip install pre-commit