CompSciLauren / awesome-webhooks

:anchor: A curated list of awesome GitHub webhooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add lint-pull-requests webhook

CompSciLauren opened this issue · comments

Is your feature request related to a problem? Please describe.
When reviewing pull requests, some projects involve running a linter to make sure the code meets certain requirements. Instead of having to manually run the linter, a webhook could run automatically.

Describe the solution you'd like
Add a lint-pull-requests webhook that automatically does the linting and posts a comment on the pull request stating whether the pull request passes the linter requirements.