Skip to content

Commit 8c3f46d

Browse files
committed
ci: setup git submodules
1 parent dfbf410 commit 8c3f46d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pylint.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
- name: install pylint
2121
run: uv pip install pylint
2222

23+
- name: setup submodules
24+
run: |
25+
git submodule init
26+
git submodule update
27+
2328
- name: Lint Evaluation Code
2429
run: uv run pylint evaluation
2530

0 commit comments

Comments
 (0)