Skip to content

Commit 5394763

Browse files
authored
Add type checking of ragstack-ragulate (#616)
1 parent cd858b5 commit 5394763

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-unit-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ jobs:
9595
- name: "Type check (knowledge-store)"
9696
run: tox -e type -c libs/knowledge-store && rm -rf libs/knowledge-store/.tox
9797

98+
- name: "Type check (ragulate)"
99+
run: tox -e type -c libs/ragulate && rm -rf libs/ragulate/.tox
100+
98101
- name: "Type check (test-utils)"
99102
run: tox -e type -c libs/tests-utils && rm -rf libs/tests-utils/.tox
100103

0 commit comments

Comments
 (0)