Skip to content

Commit

Permalink
workflows:test - fix ruff format command
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Jun 21, 2024
1 parent 2efab99 commit 348656e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: ruff check
run: poetry run ruff check acacore
- name: ruff format
run: poetry run format --check acacore
run: poetry run ruff format --check acacore

version:
name: Test Version
Expand Down

0 comments on commit 348656e

Please sign in to comment.