Skip to content

Commit

Permalink
fix(actions): code quality add ruff install
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoDerp committed Feb 1, 2025
1 parent f605ea0 commit 1240f88
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ jobs:
- name: Install the project
run: uv sync --reinstall --extra test

- name: Install ruff
run: uv tool install ruff

- name: Run Ruff
run: ruff check --output-format=github .
run: uvx ruff check --output-format=github .

# - name: Type Check with Mypy
# shell: bash
Expand Down

0 comments on commit 1240f88

Please sign in to comment.