Skip to content

Commit 9f64878

Browse files
committed
Merge branch 'separate-nets' of https://github.com/netgroup/rose-srv6-tutorial into separate-nets
2 parents 518d40a + b9ee068 commit 9f64878

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)