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 16b9d1e commit ceaa5aeCopy full SHA for ceaa5ae
1 file changed
.github/workflows/integration-tests.yaml
@@ -66,11 +66,11 @@ jobs:
66
67
- name: Run ruff linter
68
working-directory: operations-manager/python
69
- run: poetry run ruff check .
+ run: poetry run ruff check opi/ tests/
70
71
- name: Run ruff formatter check
72
73
- run: poetry run ruff format --check .
+ run: poetry run ruff format --check opi/ tests/
74
75
- name: Run pyright type checker
76
0 commit comments