Merge branch 'master' into features/actions-deploy-to-cocoapods

This commit is contained in:
Gary Ewan Park 2019-09-24 20:16:12 +01:00 committed by GitHub
commit 2f6e7baf9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) - [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. - [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) - [Run GitHub Actions Locally with a web interface. Supports new YAML syntax](https://github.com/phishy/wflow)
- [Build and Publish Android debug APK](https://github.com/ShaunLWM/action-release-debugapk)
### Collection of Actions ### Collection of Actions
@ -148,6 +149,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) - [Continuous Benchmarking and Benchmark Visualization for Go](https://github.com/bobheadxi/gobenchdata)
- [Stylelinter - GitHub Action that runs stylelint](https://github.com/exelban/stylelint) - [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) - [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 ### Pull Requests
@ -234,6 +236,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) - [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) - [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 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)
- [Deploy iOS Pod Library to Cocoapods](https://github.com/michaelhenry/deploy-to-cocoapods-github-action) - [Deploy iOS Pod Library to Cocoapods](https://github.com/michaelhenry/deploy-to-cocoapods-github-action)
### External Services ### External Services
@ -255,6 +258,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) - [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) - [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) - [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) ### Internet of Things (IOT)