Skip to content

Commit

Permalink
ci(test): perform linting checks
Browse files Browse the repository at this point in the history
  • Loading branch information
M4RC0Sx committed Aug 19, 2024
1 parent d7a5281 commit 196e8fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root

#----------------------------------------------
# Run linting checks
#----------------------------------------------
- name: Run linting checks
run: poetry run ruff check

#----------------------------------------------
# Run tests
Expand Down

0 comments on commit 196e8fb

Please sign in to comment.