reviewdog / action-flake8

Runs flake8 with Reviewdog :dog:
https://github.com/reviewdog/reviewdog
MIT License
17 stars 7 forks source link

Replaces javascript action with composite action #24

Closed rickstaa closed 3 years ago

rickstaa commented 3 years ago

This commit replaces the javascript-based action with a composite gh action. I did this since the --fail-on-error flag is not working in the javascript version. I switched to the composite version sicne the javascript in my opinion had the following downsides:

:boom: This commit contains the following breaking changes: