...
Please explain, how you CI testing for your project, Not more than 3 points
Bashate: Kuralamudhan Ramakrishnan (Deactivated) cheng1.li
bashate test is to check the shell scripts code style. i.e. Trailing Whitespace. We find all files with suffix '.sh' and run bashate against the files. './cmd/bpa-operator/vendor/' directory is excluded.
BPA Operator: Itohan Ukponmwan (Deactivated) Ramamani Yeleswarapu (Deactivated)
...