Skip to content

Commit ee41f63

Browse files
committed
Fixes for CI job
1 parent 02b4487 commit ee41f63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
run: poetry install --all-extras
4545

4646
- name: Lint
47-
run: poetry run ruff check --output-format=github rigging
47+
run: poetry run ruff check --output-format=github .
4848

4949
- name: Typecheck
50-
run: poetry run mypy rigging
50+
run: poetry run mypy .
5151

5252
- name: Test
5353
run: poetry run pytest

0 commit comments

Comments
 (0)