annotate-pull-request-from-checkstyle
annotate-pull-request-from-checkstyle copied to clipboard
Create GitHub action
It's much easier to use without installing etc.
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?
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.
I see.
@dkarlovi feel free to provide the necessary setup as a PR to this repo