Searched hist:"32692 b31b153284b656825ca87baebf34a5b8627" (Results 1 – 1 of 1) sorted by relevance
| /optee_os/.github/workflows/ |
| H A D | ci.yml | 32692b31b153284b656825ca87baebf34a5b8627 Tue Oct 25 09:34:42 UTC 2022 Jerome Forissier <jerome.forissier@linaro.org> ci: code_style: run pycodestyle even if checkpatch has failed
When checkpatch reports issues, it returns an error status which make the code_style job fail as expected. However, by default when a job step fails the subsequent ones are not executed. Therefore, pycodestyle is skipped which is bad because we sometimes want to ignore some checkpatch errors and we still want to detect Python issues.
This problem is fixed by adding a condition to the "Run pycodestyle" step.
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
|