From c9cc55e439d1833f258be4a94af872f3edf4900b Mon Sep 17 00:00:00 2001
From: bronsen <kontakt+gitcommit@nrrd.de>
Date: Tue, 18 Mar 2025 11:46:15 +0100
Subject: [PATCH] [just] explain `-` in woodpecker recipe

---
 justfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/justfile b/justfile
index 9ffac81..dd85095 100644
--- a/justfile
+++ b/justfile
@@ -16,6 +16,8 @@ lint-django:
   python -m django validate_templates
 
 lint-woodpecker:
+  @# allowed to fail because woodpecker-cli requires installation of homebrew
+  @# beforehand and not everyone will want to do that
   -woodpecker-cli lint .woodpecker/workflow.yaml
 
 lint-markdown: