CI-CD config
This commit is contained in:
parent
dbedad5189
commit
ed751e8aec
|
@ -35,5 +35,5 @@ lint-test-job: # This job also runs in the test stage.
|
||||||
stage: test # It can run at the same time as unit-test-job (in parallel).
|
stage: test # It can run at the same time as unit-test-job (in parallel).
|
||||||
script:
|
script:
|
||||||
- echo "Linting code..."
|
- echo "Linting code..."
|
||||||
- pylint
|
- pylint .
|
||||||
- echo "No lint issues found."
|
- echo "No lint issues found."
|
||||||
|
|
Loading…
Reference in a new issue