From aa0c25d4618cadc9de84e868ad4fe328de74a929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20S=C3=A1nchez-Gallego?= Date: Thu, 9 Jan 2025 10:53:07 -0300 Subject: [PATCH] Fix linting workflow --- .github/workflows/linting.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index a551fbe..f580f9d 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -30,5 +30,5 @@ jobs: - name: Lint with ruff run: | uv tool install ruff - ruff check src/ tests/ - ruff format --check src/ tests/ + ruff check cerebro/ tests/ + ruff format --check cerebro/ tests/