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 32bb878 commit 6211fa1Copy full SHA for 6211fa1
.github/workflows/verify.yml
@@ -98,12 +98,12 @@ jobs:
98
- name: Ruff (with fix)
99
run: |
100
. venv/bin/activate
101
- ruff check plugwise/y tests/y
+ ruff check plugwise/ tests/
102
- name: If needed, commit ruff changes to the pull request
103
if: failure()
104
105
106
- ruff format plugwise/y tests/y
+ ruff format plugwise/ tests/
107
git config --global user.name 'autoruff'
108
git config --global user.email '[email protected]'
109
git remote set-url origin https://x-access-token:${{ secrets.PAT_CT }}@github.com/$GITHUB_REPOSITORY
0 commit comments