mirror of
https://github.com/sdras/awesome-actions.git
synced 2024-10-01 00:55:38 -04:00
Merge branch 'master' of github.com:sdras/awesome-actions into feature/linguist-action
This commit is contained in:
commit
2b2bc71229
@ -149,6 +149,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
|||||||
- [GitHub Actions for Deno](https://github.com/denolib/setup-deno)
|
- [GitHub Actions for Deno](https://github.com/denolib/setup-deno)
|
||||||
- [GitHub Actions for Unity](https://github.com/webbertakken/unity-actions)
|
- [GitHub Actions for Unity](https://github.com/webbertakken/unity-actions)
|
||||||
- [Octions - GitHub Actions for GitHub REST API](https://github.com/maxkomarychev/octions)
|
- [Octions - GitHub Actions for GitHub REST API](https://github.com/maxkomarychev/octions)
|
||||||
|
- [GitHub Actions for Docker](https://github.com/docker/github-actions)
|
||||||
|
|
||||||
### Utility
|
### Utility
|
||||||
|
|
||||||
@ -186,6 +187,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
|||||||
- [NSFW Detection](https://github.com/fabasoad/nsfw-detection-action) - Detect NSFW content in commited files.
|
- [NSFW Detection](https://github.com/fabasoad/nsfw-detection-action) - Detect NSFW content in commited files.
|
||||||
- [Has Changed Path](https://github.com/MarceloPrado/has-changed-path) - Conditionally run actions based on changed paths.
|
- [Has Changed Path](https://github.com/MarceloPrado/has-changed-path) - Conditionally run actions based on changed paths.
|
||||||
- [Linguist](https://github.com/fabasoad/linguist-action) - Checks a repository and produces information about used languages in output.
|
- [Linguist](https://github.com/fabasoad/linguist-action) - Checks a repository and produces information about used languages in output.
|
||||||
|
- [Twilio Voice Call](https://github.com/fabasoad/twilio-voice-call-action/) - Make Twilio voice call with defined text.
|
||||||
|
|
||||||
#### Environments
|
#### Environments
|
||||||
|
|
||||||
@ -406,6 +408,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
|||||||
- [Upload files to any OpenStack Swift service provider](https://github.com/iksaku/openstack-swift-action)
|
- [Upload files to any OpenStack Swift service provider](https://github.com/iksaku/openstack-swift-action)
|
||||||
- [GitHub Action for sending Stack Overflow posts to Slack](https://github.com/logankilpatrick/StackOverflowBot)
|
- [GitHub Action for sending Stack Overflow posts to Slack](https://github.com/logankilpatrick/StackOverflowBot)
|
||||||
- [Assume AWS role](https://github.com/nordcloud/aws-assume-role/)
|
- [Assume AWS role](https://github.com/nordcloud/aws-assume-role/)
|
||||||
|
- [Generate Custom Response using JSONbin](https://github.com/fabasoad/jsonbin-action)
|
||||||
|
|
||||||
### Frontend Tools
|
### Frontend Tools
|
||||||
|
|
||||||
@ -432,7 +435,9 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
|||||||
- [run-vcpkg](https://github.com/lukka/run-vcpkg) - Multi platform action to build and install C/C++ dependencies with [vcpkg](https://github.com/microsoft/vcpkg).
|
- [run-vcpkg](https://github.com/lukka/run-vcpkg) - Multi platform action to build and install C/C++ dependencies with [vcpkg](https://github.com/microsoft/vcpkg).
|
||||||
- [Build Go applications for multiplatform](https://github.com/izumin5210/action-go-crossbuild)
|
- [Build Go applications for multiplatform](https://github.com/izumin5210/action-go-crossbuild)
|
||||||
- [Generate ~/.m2/settings.xml for Maven builds](https://github.com/whelk-io/maven-settings-xml-action)
|
- [Generate ~/.m2/settings.xml for Maven builds](https://github.com/whelk-io/maven-settings-xml-action)
|
||||||
|
- [Run Pascal Script](https://github.com/fabasoad/pascal-action)
|
||||||
- [Setup Brainfuck](https://github.com/fabasoad/brainfuck-install-action/) - Setup brainfuck interpreter.
|
- [Setup Brainfuck](https://github.com/fabasoad/brainfuck-install-action/) - Setup brainfuck interpreter.
|
||||||
|
- [Publish Go Binaries to GitHub Release Assets](https://github.com/wangyoucao577/go-release-action)
|
||||||
|
|
||||||
### Database
|
### Database
|
||||||
|
|
||||||
@ -441,6 +446,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
|||||||
### Localization
|
### Localization
|
||||||
|
|
||||||
- [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.
|
||||||
|
|
||||||
### Cheat Sheet
|
### Cheat Sheet
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user