Skip to content

Commit

Permalink
Fix linting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jan 9, 2025
1 parent b008a66 commit aa0c25d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit aa0c25d

Please sign in to comment.