From 6e078fe03d0600d62c01705970ecf044162b40fe Mon Sep 17 00:00:00 2001 From: bronsen <kontakt+gitcommit@nrrd.de> Date: Sat, 15 Mar 2025 00:05:18 +0100 Subject: [PATCH] [just] ignore errors from linting workflow files This assumes the error stems from not having woodpecker-cli installed or not having it configured --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 228b22f..7ae5614 100644 --- a/justfile +++ b/justfile @@ -13,7 +13,7 @@ lint-django: python -m django check lint-woodpecker: - woodpecker-cli lint .woodpecker/workflow.yaml + -woodpecker-cli lint .woodpecker/workflow.yaml serve: python -m django runserver