A curated list of awesome actions to use on GitHub
Go to file
Eduardo Arango 877208a28f
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.
2019-08-29 07:33:17 -05:00
.github Create funding.yml 2019-08-28 09:11:58 -06:00
awesome-actions.jpg initial commit 2018-10-20 19:08:16 -06:00
code-of-conduct.md initial commit 2018-10-20 19:08:16 -06:00
contributing.md Mention the different sections in contributing now 2019-02-10 09:01:57 -10:00
ideas.md Update ideas.md 2018-12-01 17:02:50 -05:00
LICENSE Add license file 2019-08-19 08:34:47 +01:00
README.md Add GoLinty 2019-08-29 07:33:17 -05:00

GitHub Actions status | sdras/awesome-actions





Awesome Actions Awesome

A curated list of awesome things related to GitHub Actions.

Actions are triggered by GitHub platform events directly in a repo and run on-demand workflows as autoscaled containers in response. With GitHub Actions you can automate your workflow from idea to production.

Contents

Official Resources

Status badge

GitHub Actions status | sdras/awesome-actions

Official documentation about the status badge has not been written yet.

URL to a status badge SVG.

https://github.com/{github_id}/{repository}/workflows/{workflow_name}/badge.svg

An example: https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg

Community Resources

GitHub Tools and Management

Collection of Actions

Utility

Testing and Linting

Pull Requests

GitHub Pages

Notifications and Messages

Deployment

External Services

Frontend Tools

Internet of Things (IOT)

Tutorials

Please don't hesitate to make a PR if you have more resources to share. Check out contributing.md for more information

License

Creative Commons License