Skip to content

Commit 9df37ee

Browse files
committed
subtask: limit lint target to app code, exclude test harness
1 parent 8a6fced commit 9df37ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
with:
1414
python-version: '3.13'
1515
- run: pip install pylint
16-
- run: pylint todo.py install.py tests
16+
- run: pylint todo.py install.py

0 commit comments

Comments
 (0)