Skip to content

Commit ceaa5ae

Browse files
committed
Fix CI: lint only opi/ and tests/ directories
1 parent 16b9d1e commit ceaa5ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666

6767
- name: Run ruff linter
6868
working-directory: operations-manager/python
69-
run: poetry run ruff check .
69+
run: poetry run ruff check opi/ tests/
7070

7171
- name: Run ruff formatter check
7272
working-directory: operations-manager/python
73-
run: poetry run ruff format --check .
73+
run: poetry run ruff format --check opi/ tests/
7474

7575
- name: Run pyright type checker
7676
working-directory: operations-manager/python

0 commit comments

Comments
 (0)