apache / openwhisk

Apache OpenWhisk is an open source serverless cloud platform
https://openwhisk.apache.org/
Apache License 2.0
6.56k stars 1.17k forks source link

CI scancode misconfigured #5417

Closed dgrove-oss closed 1 year ago

dgrove-oss commented 1 year ago

As discussed in #5415 the CI test isn't catching misformatted Scala code.

Looking at a recent action log, the format check is correctly identifying the problem: https://github.com/apache/openwhisk/actions/runs/5019987402/jobs/9001037966#step:3:772

My guess is that we need to fix setup.sh so that it fails if one of its substeps fails.

style95 commented 1 year ago

closed by #5419