mirror of
https://github.com/sdras/awesome-actions.git
synced 2025-01-23 13:01:13 -05:00
Merge branch 'main' into pr/610
This commit is contained in:
commit
7a88e22c39
11
README.md
11
README.md
@ -33,6 +33,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
|
|||||||
- [Build](#build)
|
- [Build](#build)
|
||||||
- [Database](#database)
|
- [Database](#database)
|
||||||
- [Localization](#localization)
|
- [Localization](#localization)
|
||||||
|
- [Fun](#fun)
|
||||||
- [Cheat Sheet](#cheat-sheet)
|
- [Cheat Sheet](#cheat-sheet)
|
||||||
- [Tutorials](#tutorials)
|
- [Tutorials](#tutorials)
|
||||||
|
|
||||||
@ -326,6 +327,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
|||||||
|
|
||||||
### Dynamic Analysis
|
### Dynamic Analysis
|
||||||
|
|
||||||
|
- [Run Gofmt to check Golang code formatting](https://github.com/Jerome1337/gofmt-action)
|
||||||
- [Run Goimports to check Golang imports order](https://github.com/Jerome1337/goimports-action)
|
- [Run Goimports to check Golang imports order](https://github.com/Jerome1337/goimports-action)
|
||||||
|
|
||||||
### Monitoring
|
### Monitoring
|
||||||
@ -447,6 +449,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
|||||||
- [Publish a Python Distribution Package to Anaconda Cloud](https://github.com/fcakyon/conda-publish-action)
|
- [Publish a Python Distribution Package to Anaconda Cloud](https://github.com/fcakyon/conda-publish-action)
|
||||||
- [Deploy VS Code Extension to Visual Studio Marketplace or the Open VSX Registry](https://github.com/HaaLeo/publish-vscode-extension)
|
- [Deploy VS Code Extension to Visual Studio Marketplace or the Open VSX Registry](https://github.com/HaaLeo/publish-vscode-extension)
|
||||||
- [Deploy a YouTube Video to Anchor.fm Podcast](https://github.com/Schrodinger-Hat/youtube-to-anchorfm)
|
- [Deploy a YouTube Video to Anchor.fm Podcast](https://github.com/Schrodinger-Hat/youtube-to-anchorfm)
|
||||||
|
- [Deploy with AWS CodeDeploy](https://github.com/webfactory/create-aws-codedeploy-deployment)
|
||||||
|
|
||||||
#### Docker
|
#### Docker
|
||||||
|
|
||||||
@ -533,6 +536,10 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
|||||||
- [Find and automatically fix typos and grammar issues in your code](https://github.com/sobolevn/misspell-fixer-action)
|
- [Find and automatically fix typos and grammar issues in your code](https://github.com/sobolevn/misspell-fixer-action)
|
||||||
- [Translation](https://github.com/fabasoad/translation-action) - Translate text from any language to any language.
|
- [Translation](https://github.com/fabasoad/translation-action) - Translate text from any language to any language.
|
||||||
|
|
||||||
|
### Fun
|
||||||
|
|
||||||
|
- [Add equivalent of a like button in your README](https://github.com/ariary/Readme-Like-Button) - Visualize community approval on some part of your readme (can be used as a poll).
|
||||||
|
|
||||||
### Cheat Sheet
|
### Cheat Sheet
|
||||||
|
|
||||||
- [GitHub Actions Branding Cheat Sheet](https://haya14busa.github.io/github-action-brandings/)
|
- [GitHub Actions Branding Cheat Sheet](https://haya14busa.github.io/github-action-brandings/)
|
||||||
@ -553,7 +560,3 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
|||||||
- [Getting the Gist of GitHub Actions](https://gist.github.com/br3ndonland/f9c753eb27381f97336aa21b8d932be6)
|
- [Getting the Gist of GitHub Actions](https://gist.github.com/br3ndonland/f9c753eb27381f97336aa21b8d932be6)
|
||||||
|
|
||||||
> Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information.
|
> Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information.
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
[![Creative Commons License](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user