Skip to content

Commit dbc0e71

Browse files
authored
Merge pull request #22 from ZichengLiang/zicheng_add_pylint
2 parents f5a2571 + 17f0316 commit dbc0e71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/validate-csv.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
uv venv .venv
3232
source .venv/bin/activate
3333
uv pip install -r requirements.txt
34+
35+
- name: Run Pylint for Python codes
36+
run: |
37+
source .venv/bin/activate
38+
pylint tests/*.py # wildcard, in case we'll have other python scripts there
3439
3540
- name: Run CSV validation tests
3641
run: |

0 commit comments

Comments
 (0)