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 9266457 commit c65dcf0Copy full SHA for c65dcf0
.github/workflows/config.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Run lint
41
run: |
42
source venv/bin/activate
43
- ruff .
+ ruff check redfish_client tests
44
45
- name: Run tests
46
0 commit comments