Skip to content

Commit

Permalink
Add type checking of ragstack-ragulate (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbornet authored Jul 25, 2024
1 parent cd858b5 commit 5394763
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ jobs:
- name: "Type check (knowledge-store)"
run: tox -e type -c libs/knowledge-store && rm -rf libs/knowledge-store/.tox

- name: "Type check (ragulate)"
run: tox -e type -c libs/ragulate && rm -rf libs/ragulate/.tox

- name: "Type check (test-utils)"
run: tox -e type -c libs/tests-utils && rm -rf libs/tests-utils/.tox

Expand Down

0 comments on commit 5394763

Please sign in to comment.