From 8696e8ebfc7f37e02921b427917c36fb0c057606 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Thu, 19 Sep 2019 17:34:56 +0300 Subject: [PATCH 1/8] Adds wemake-python-styleguide Repo: https://github.com/wemake-services/wemake-python-styleguide Docs: https://wemake-python-stylegui.de/en/latest/ Marketplace: https://github.com/marketplace/actions/wemake-python-styleguide --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 108e190..fa6c504 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Continuous Benchmarking and Benchmark Visualization for Go](https://github.com/bobheadxi/gobenchdata) - [Stylelinter - GitHub Action that runs stylelint](https://github.com/exelban/stylelint) - [PyCodeStyle Action - A GitHub Action that leaves a comment on your PR with pycodestyle (autopep8) feedback](https://github.com/ankitvgupta/pycodestyle-action) +- [wemake-python-styleguide - The strictest and most opinionated python linter ever](https://github.com/wemake-services/wemake-python-styleguide) ### Pull Requests From de0773e2bde2d4069c613addec479c1129914a73 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 19 Sep 2019 19:15:14 +0200 Subject: [PATCH 2/8] Add Cross platform Chocolatey CLI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 108e190..42c5ddb 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Sync/upload a directory to an AWS S3 bucket](https://github.com/jakejarvis/s3-sync-action) - [Publish a Python distribution package to PyPI](https://github.com/pypa/gh-action-pypi-publish) - [Deploy Static Website to Azure Storage](https://github.com/feeloor/azure-static-website-deploy) +- [Cross platform Chocolatey CLI to build and publish packages](https://github.com/crazy-max/ghaction-chocolatey) ### External Services From 84d4ee6a2ca143edcbcd297c0e83e5354c0ba72f Mon Sep 17 00:00:00 2001 From: Shaun <37434846+ShaunLWM@users.noreply.github.com> Date: Sat, 21 Sep 2019 13:16:05 +0800 Subject: [PATCH 3/8] Update README.md Build and release debug APK from your Android project --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 108e190..50f91b2 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Publish GitHub Releases with Assets](https://github.com/softprops/action-gh-release) - [GitHub Project Automation+](https://github.com/alex-page/github-project-automation-plus) - Automate GitHub Project cards with any webhook event. - [Run GitHub Actions Locally with a web interface. Supports new YAML syntax](https://github.com/phishy/wflow) +- [Build and Publish debug Android APK](https://github.com/ShaunLWM/action-release-debugapk) ### Collection of Actions From c783b2746ec141ecd377ab4a505ef15a2eb0473d Mon Sep 17 00:00:00 2001 From: Shaun <37434846+ShaunLWM@users.noreply.github.com> Date: Sat, 21 Sep 2019 14:53:14 +0800 Subject: [PATCH 4/8] Change sentence structure --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50f91b2..73bcd7e 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Publish GitHub Releases with Assets](https://github.com/softprops/action-gh-release) - [GitHub Project Automation+](https://github.com/alex-page/github-project-automation-plus) - Automate GitHub Project cards with any webhook event. - [Run GitHub Actions Locally with a web interface. Supports new YAML syntax](https://github.com/phishy/wflow) -- [Build and Publish debug Android APK](https://github.com/ShaunLWM/action-release-debugapk) +- [Build and Publish Android debug APK](https://github.com/ShaunLWM/action-release-debugapk) ### Collection of Actions From dcdb941bc2677ad89f9f1cc85611914c9d2f7b83 Mon Sep 17 00:00:00 2001 From: Agney Menon Date: Sun, 22 Sep 2019 09:49:31 +0530 Subject: [PATCH 5/8] Add Generate OG image to list of Utilities https://github.com/BoyWithSilverWings/generate-og-image --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 108e190..2184f9b 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Debug with SSH over tmate](https://github.com/mxschmitt/action-tmate) - Debug the Action directly by providing a SSH connection. - [Unlock git-crypt files](https://github.com/sliteteam/github-action-git-crypt-unlock) - [Golang CGO cross compiler](https://github.com/crazy-max/ghaction-xgo) +- [Generate OG Image](https://github.com/BoyWithSilverWings/generate-og-image) - Generate customisable open graph images from Markdown files ### Testing and Linting From e197589bbbe7f6c289b6b897497bd1c9bf89b372 Mon Sep 17 00:00:00 2001 From: Michael Henry Date: Sun, 22 Sep 2019 14:29:38 +0900 Subject: [PATCH 6/8] deploy pod library to cocoapods --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 108e190..2273fd4 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Sync/upload a directory to an AWS S3 bucket](https://github.com/jakejarvis/s3-sync-action) - [Publish a Python distribution package to PyPI](https://github.com/pypa/gh-action-pypi-publish) - [Deploy Static Website to Azure Storage](https://github.com/feeloor/azure-static-website-deploy) +- [Deploy iOS Pod Library to Cocoapods](https://github.com/michaelhenry/deploy-to-cocoapods-github-action) ### External Services From 5be12c5c18d29e8525e9e66233edc32f4fca3781 Mon Sep 17 00:00:00 2001 From: Juli Date: Sun, 22 Sep 2019 15:22:17 +0800 Subject: [PATCH 7/8] Add GitHub Action for TencentCloud Serverless --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 108e190..5bf6061 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Sync/upload a directory to an AWS S3 bucket](https://github.com/jakejarvis/s3-sync-action) - [Publish a Python distribution package to PyPI](https://github.com/pypa/gh-action-pypi-publish) - [Deploy Static Website to Azure Storage](https://github.com/feeloor/azure-static-website-deploy) +- [GitHub Action for TencentCloud Serverless](https://github.com/Juliiii/action-scf) ### External Services From cf4f5dcabd14f65ec52ec9eca3397512d644fcef Mon Sep 17 00:00:00 2001 From: Agney Menon Date: Mon, 23 Sep 2019 00:30:43 +0530 Subject: [PATCH 8/8] Update category and punctuation https://github.com/BoyWithSilverWings/generate-og-image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2184f9b..124626b 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,6 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Debug with SSH over tmate](https://github.com/mxschmitt/action-tmate) - Debug the Action directly by providing a SSH connection. - [Unlock git-crypt files](https://github.com/sliteteam/github-action-git-crypt-unlock) - [Golang CGO cross compiler](https://github.com/crazy-max/ghaction-xgo) -- [Generate OG Image](https://github.com/BoyWithSilverWings/generate-og-image) - Generate customisable open graph images from Markdown files ### Testing and Linting @@ -255,6 +254,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [GitHub Action for Gatsby CLI](https://github.com/jzweifel/gatsby-cli-github-action) - [Runs a WebPageTest audit and prints the results as commit comment](https://github.com/JCofman/webPagetestAction) - [GitHub Actions for Hugo extended](https://github.com/peaceiris/actions-hugo) +- [Generate OG Image](https://github.com/BoyWithSilverWings/generate-og-image) - Generate customisable open graph images from Markdown files. ### Internet of Things (IOT)