mirror of
https://github.com/sdras/awesome-actions.git
synced 2024-10-01 00:55:38 -04:00
Add GoLinty
https://github.com/marketplace/actions/go-linty GitHub action to run Go lint checks on PR event De-linting is a time-consuming process. The aim of LINTY is to support an iterative process to clear out lint. It uses a configuration file which lists packages that currently contain lint, and ensures that: packages listed in the configuration are removed once they are free of lint packages not listed in the configuration continue to be free of lint If either of the above statements is FALSE, LINTY prints out a warning and exits. If both statements are TRUE, LINTY prints out a table of lint counts for the packages that are listed in its configuration.
This commit is contained in:
parent
9aea85359a
commit
877208a28f
@ -137,6 +137,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2
|
||||
- [Run codeception tests](https://github.com/joelwmale/codeception-action)
|
||||
- [Audit a webpage with Google Chrome's Lighthouse tests](https://github.com/jakejarvis/lighthouse-action)
|
||||
- [Run `localheinz/composer-normalize` to ensure your PHP project has a normalized `composer.json`](https://github.com/localheinz/composer-normalize-action)
|
||||
- [Run Go lint checks on PR event](https://github.com/ArangoGutierrez/GoLinty-Action)
|
||||
|
||||
### Pull Requests
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user