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: