We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8794808 commit afb21e3Copy full SHA for afb21e3
.github/workflows/verify.yml
@@ -102,7 +102,7 @@ jobs:
102
if: failure()
103
run: |
104
. venv/bin/activate
105
- ruff --fix plugwise/*py tests/*py
+ ruff check --fix plugwise/*py tests/*py
106
git config --global user.name 'autoruff'
107
git config --global user.email '[email protected]'
108
git remote set-url origin https://x-access-token:${{ secrets.PAT_CT }}@github.com/$GITHUB_REPOSITORY
0 commit comments