Skip to content

Commit 6211fa1

Browse files
committed
Fix typo
1 parent 32bb878 commit 6211fa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ jobs:
9898
- name: Ruff (with fix)
9999
run: |
100100
. venv/bin/activate
101-
ruff check plugwise/y tests/y
101+
ruff check plugwise/ tests/
102102
- name: If needed, commit ruff changes to the pull request
103103
if: failure()
104104
run: |
105105
. venv/bin/activate
106-
ruff format plugwise/y tests/y
106+
ruff format plugwise/ tests/
107107
git config --global user.name 'autoruff'
108108
git config --global user.email '[email protected]'
109109
git remote set-url origin https://x-access-token:${{ secrets.PAT_CT }}@github.com/$GITHUB_REPOSITORY

0 commit comments

Comments
 (0)