GSMA-CPAS / BWRP-chaincode

Apache License 2.0
1 stars 0 forks source link

github actions: automatic stylecheck and lint #14

Closed sschulz-t closed 3 years ago

sschulz-t commented 3 years ago

this PR adds the support for automated style enforcement based on githab actions. Whenever there is a push to master or a PR this check will run and the result will be shown in the github ui.

as of writing this, the current gsma github account does NOT support the required github actions feature. for now this only works in a local fork.

We should decide on whether/how we add this to the gsma account in the future. I would suggest to use a similar action for nodejs code as well.

sschulz-t commented 3 years ago

i added the go tests to the github action