From 896cefbe07b2fa1dc8425f7c9a955f3efec7adc0 Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Sat, 18 Apr 2026 20:55:39 +0000 Subject: [PATCH] ci: lint entire project, not just services/ --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 353ad40..5fba412 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,7 @@ steps: lint-python: image: ghcr.io/astral-sh/ruff:0.15.10 commands: - - ruff check --output-format=concise services/ + - ruff check --output-format=concise . when: event: [push, pull_request]