A curated list of awesome actions to use on GitHub
Go to file
Bruno Tavares 3cac7f70ea Add link to linters and autofixers
This commit points to a quite alpha, but working set of linters. For linters which support autofixing issues, the actions are also capable of either automatically fixing on `push`, and or autofixing via Review comments.

So far, list list contains the following linters (and more to come):

| Action                       | Description                   | Lint on Push | Fix with Review   | Autofix on Push   |
|------------------------------|-------------------------------|--------------|-------------------|-------------------|
| cljfmt             | Clojure formatter             | x            | x                 | x                 |
| clippy             | Rust linter                   | x            | x (Partial fixes) | x (Partial fixes) |
| dartfmt           | Dart (and Flutter) formatter  | x            | x                 | x                 |
| pwshfmt           | Powershell Formatter          | x            | x                 | x                 |
| rubocop           | Ruby linter                   | x            | x                 | x                 |
| rustfmt           | Rust formatter                | x            | x                 | x                 |
| shfmt               | Shell formatter               | x            | x                 | x                 |
| tslint             | TypeScript lint and formatter | x            | x                 | x                 |
| dartanalyzer | Dart (and Flutter) linter     | x            |                   |                   |
| hadolint         | Dockerfile linter             | x            |                   |                   |
| kubeval           | Kubernets (k8s) linter        | x            |                   |                   |
| mdlint             | Markdown linting              | x            |                   |                   |
| shellcheck     | Bash linter                   | x            |                   |                   |
2019-01-28 10:21:28 -02:00
.github Add GitHub Action to lint awesome list 2019-01-12 15:55:58 -08: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 update license 2018-11-24 10:28:09 -07:00
ideas.md Update ideas.md 2018-12-01 17:02:50 -05:00
README.md Add link to linters and autofixers 2019-01-28 10:21:28 -02:00





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

Community Resources

Collection of actions

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