Skip to content

Commit c65dcf0

Browse files
committed
fix workflow
1 parent 9266457 commit c65dcf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Run lint
4141
run: |
4242
source venv/bin/activate
43-
ruff .
43+
ruff check redfish_client tests
4444
4545
- name: Run tests
4646
run: |

0 commit comments

Comments
 (0)