Skip to content

Commit

Permalink
workflows: update umu-python.yml
Browse files Browse the repository at this point in the history
- ruff updated its CLI usage
  • Loading branch information
R1kaB3rN committed Jun 28, 2024
1 parent f13621e commit 20c1d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/umu-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Lint umu_*.py files with Ruff
run: |
pip install ruff
ruff --output-format github ./umu/umu_*.py
ruff check --output-format github ./umu/umu_*.py
- name: Test with unittest
run: python3 ./umu/umu_test.py
- name: Test with unittest for plugins
Expand Down

0 comments on commit 20c1d09

Please sign in to comment.