annotate-pull-request-from-checkstyle icon indicating copy to clipboard operation
annotate-pull-request-from-checkstyle copied to clipboard

Create GitHub action

Open dkarlovi opened this issue 5 years ago • 3 comments

It's much easier to use without installing etc.

dkarlovi avatar Jan 24 '20 12:01 dkarlovi

I just opened a issue on https://github.com/shivammathur/setup-php/issues/161 which discusses to bundle the script with the shivammathur/setup-php@v1 github action.

I guess this will be used in the majority of use-cases.

would this work for you, too?

or do you plan to use the tool within a different context?

staabm avatar Jan 24 '20 14:01 staabm

I don't use that action since it's just thick CI magic which makes it harder to be reproducible locally.

I prefer to do it with a prebuilt Docker image, a Makefile and have CI just be "CPU and memory" running it.

Having this tool be a stand-alone action which would just provide the Checkstyle -> GitHub annotations would be preferable to me.

dkarlovi avatar Jan 27 '20 10:01 dkarlovi

I see.

@dkarlovi feel free to provide the necessary setup as a PR to this repo

staabm avatar Jan 27 '20 10:01 staabm