fix(ci): rust check

This commit is contained in:
Benbb96 2024-07-18 00:06:41 +02:00 committed by GitHub
parent f883868361
commit 2d3e7eac13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ jobs:
- name: Lint with ruff
run: |
pip install ruff
ruff helpdesk
ruff check helpdesk
- name: Test with pytest
run: |