mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-26 07:08:04 +00:00
fix: update Ruff linter command to automatically fix issues
This commit is contained in:
2
.github/workflows/validation.yml
vendored
2
.github/workflows/validation.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
|
||||
- name: Run Ruff linter
|
||||
run: |
|
||||
ruff check src/
|
||||
ruff check --fix src/
|
||||
echo "✅ Ruff checks passed!"
|
||||
|
||||
- name: Run Mypy type checker
|
||||
|
||||
Reference in New Issue
Block a user