Skip to content

Commit b9ee068

Browse files
authored
Add new folders to linter
1 parent 6161693 commit b9ee068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
# Activate virtualenv
9797
source python${{ matrix.python-version }}-venv/bin/activate
9898
# Module to be tested
99-
module=nets
99+
module="nets nets-unmantained nets-in-progress"
100100
# pylint
101101
for file in $(find $module -type f); do
102102
if [ ${file: -3} == ".py" ]; then

0 commit comments

Comments
 (0)