Skip to content

Commit

Permalink
Fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
boomanaiden154 committed Jan 29, 2025
1 parent 01243b2 commit 31cedbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- task: Lint
cmd: pylint --rcfile .pylintrc --recursive yes .
- task: Ruff
cmd: pipx run ruff==0.9.3 check
cmd: ruff check
- task: Yapf
cmd: yapf . -drp
- task: Test
Expand Down

0 comments on commit 31cedbc

Please sign in to comment.