mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
dynamicdns: Check action script with flake8
- When the action was converted from shell to python3, it was not removed from the exclusion list. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
2bd0ef7c61
commit
6e1c8c30fd
@ -16,7 +16,7 @@ code-quality:
|
||||
stage: test
|
||||
needs: []
|
||||
script:
|
||||
- python3 -m flake8 --exclude actions/domainname-change,actions/dynamicdns,actions/hostname-change,actions/networks container plinth actions/*
|
||||
- python3 -m flake8 --exclude actions/domainname-change,actions/hostname-change,actions/networks container plinth actions/*
|
||||
|
||||
unit-tests:
|
||||
stage: test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user