mirror of
https://github.com/sdras/awesome-actions.git
synced 2024-10-01 00:55:38 -04:00
Merge branch 'master' into feat/lint/validate-fastlane-supply-metadata
This commit is contained in:
commit
f61101e22d
19
README.md
19
README.md
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [<!--lint ignore no-dead-urls-->![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List)
|
# Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [<!--lint ignore no-dead-urls-->![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List)
|
||||||
|
|
||||||
> A curated list of awesome things related to [GitHub Actions](https://github.com/actions).
|
> 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 either on Linux, Windows or macOS virtual machines or inside a container in response. With GitHub Actions you can automate your workflow from idea to production.
|
Actions are triggered by GitHub platform events directly in a repo and run on-demand workflows either on Linux, Windows or macOS virtual machines or inside a container in response. With GitHub Actions you can automate your workflow from idea to production.
|
||||||
|
|
||||||
@ -21,6 +21,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
|
|||||||
- [Collection of Actions](#collection-of-actions)
|
- [Collection of Actions](#collection-of-actions)
|
||||||
- [Utility](#utility)
|
- [Utility](#utility)
|
||||||
- [Static Analysis](#static-analysis)
|
- [Static Analysis](#static-analysis)
|
||||||
|
- [Dynamic Analysis](#dynamic-analysis)
|
||||||
- [Monitoring](#monitoring)
|
- [Monitoring](#monitoring)
|
||||||
- [Pull Requests](#pull-requests)
|
- [Pull Requests](#pull-requests)
|
||||||
- [GitHub Pages](#github-pages)
|
- [GitHub Pages](#github-pages)
|
||||||
@ -135,10 +136,12 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
|||||||
- [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform)
|
- [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform)
|
||||||
- [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label)
|
- [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label)
|
||||||
- [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu)
|
- [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu)
|
||||||
|
- [Remove Old Artifacts](https://github.com/c-hive/gha-remove-artifacts)
|
||||||
|
- [Expose Git Commit Data As Environment Variables](https://github.com/rlespinasse/git-commit-data-action)
|
||||||
|
|
||||||
### Collection of Actions
|
### Collection of Actions
|
||||||
|
|
||||||
- [Use HashiCorp's Terraform](https://github.com/hashicorp/terraform-github-actions)
|
- [Use HashiCorp's Terraform](https://github.com/hashicorp/setup-terraform)
|
||||||
- [GitHub Actions for Yarn 1](https://github.com/Borales/actions-yarn)
|
- [GitHub Actions for Yarn 1](https://github.com/Borales/actions-yarn)
|
||||||
- [GitHub Actions for Yarn 2](https://github.com/sergioramos/yarn-actions)
|
- [GitHub Actions for Yarn 2](https://github.com/sergioramos/yarn-actions)
|
||||||
- [GitHub Actions for Golang](https://github.com/cedrickring/golang-action)
|
- [GitHub Actions for Golang](https://github.com/cedrickring/golang-action)
|
||||||
@ -155,6 +158,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
|||||||
- [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)
|
- [GitHub Actions for Docker](https://github.com/docker/github-actions)
|
||||||
- [GitHub Actions for AWS](https://github.com/clowdhaus/aws-github-actions)
|
- [GitHub Actions for AWS](https://github.com/clowdhaus/aws-github-actions)
|
||||||
|
- [Actions Hub](https://github.com/actionshub)
|
||||||
|
|
||||||
### Utility
|
### Utility
|
||||||
|
|
||||||
@ -215,6 +219,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
|||||||
#### Dependencies
|
#### Dependencies
|
||||||
|
|
||||||
- [Install NPM dependencies with caching](https://github.com/bahmutov/npm-install)
|
- [Install NPM dependencies with caching](https://github.com/bahmutov/npm-install)
|
||||||
|
- [Highlight New NPM Dependencies](https://github.com/hiwelo/new-dependencies-action) - Comments on pull requests newly added NPM dependencies information.
|
||||||
|
|
||||||
#### Semantic Versioning
|
#### Semantic Versioning
|
||||||
|
|
||||||
@ -272,6 +277,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
|||||||
- [Stylelint problem matcher to create annotations](https://github.com/xt0rted/stylelint-problem-matcher)
|
- [Stylelint problem matcher to create annotations](https://github.com/xt0rted/stylelint-problem-matcher)
|
||||||
- [Run sqlcheck on the PR to identifies anti-patterns in SQL queries](https://github.com/yokawasa/action-sqlcheck)
|
- [Run sqlcheck on the PR to identifies anti-patterns in SQL queries](https://github.com/yokawasa/action-sqlcheck)
|
||||||
- [Validate Fastlane Supply Metadata Against the Play Store Guidelines](https://github.com/ashutoshgngwr/validate-fastlane-supply-metadata)
|
- [Validate Fastlane Supply Metadata Against the Play Store Guidelines](https://github.com/ashutoshgngwr/validate-fastlane-supply-metadata)
|
||||||
|
- [Run Golint to lint your Golang code](https://github.com/Jerome1337/golint-action)
|
||||||
|
|
||||||
#### Security
|
#### Security
|
||||||
|
|
||||||
@ -293,6 +299,10 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
|||||||
- [Publishing code coverage to CodeClimate](https://github.com/paambaati/codeclimate-action)
|
- [Publishing code coverage to CodeClimate](https://github.com/paambaati/codeclimate-action)
|
||||||
- [Update repository go report card](https://github.com/creekorful/goreportcard-action)
|
- [Update repository go report card](https://github.com/creekorful/goreportcard-action)
|
||||||
|
|
||||||
|
### Dynamic Analysis
|
||||||
|
|
||||||
|
- [Run Goimports to check Golang imports order](https://github.com/Jerome1337/goimports-action)
|
||||||
|
|
||||||
### Monitoring
|
### Monitoring
|
||||||
|
|
||||||
- [Audit a webpage with Google Chrome's Lighthouse tests](https://github.com/jakejarvis/lighthouse-action)
|
- [Audit a webpage with Google Chrome's Lighthouse tests](https://github.com/jakejarvis/lighthouse-action)
|
||||||
@ -360,6 +370,8 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
|||||||
- [Create an Outlook Calendar Event using Microsoft Graph](https://github.com/anoopt/ms-graph-create-event)
|
- [Create an Outlook Calendar Event using Microsoft Graph](https://github.com/anoopt/ms-graph-create-event)
|
||||||
- [Watch for GitHub Wiki page changes and post to Slack](https://github.com/benmatselby/gollum-page-watcher-action)
|
- [Watch for GitHub Wiki page changes and post to Slack](https://github.com/benmatselby/gollum-page-watcher-action)
|
||||||
- [Send an SMS using MessageBird](https://github.com/nikitasavinov/messagebird-sms-action)
|
- [Send an SMS using MessageBird](https://github.com/nikitasavinov/messagebird-sms-action)
|
||||||
|
- [Reply to Stale Bots](https://github.com/c-hive/fresh-bot)
|
||||||
|
- [Send an Embed Message to Discord](https://github.com/sarisia/actions-status-discord)
|
||||||
|
|
||||||
### Deployment
|
### Deployment
|
||||||
|
|
||||||
@ -408,6 +420,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
|||||||
- [Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit)
|
- [Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit)
|
||||||
- [Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action)
|
- [Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action)
|
||||||
- [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action)
|
- [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action)
|
||||||
|
- [Set up Docker Buildx](https://github.com/crazy-max/ghaction-docker-buildx)
|
||||||
|
|
||||||
#### Kubernetes
|
#### Kubernetes
|
||||||
|
|
||||||
@ -447,6 +460,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
|||||||
- [Generate OG Image](https://github.com/BoyWithSilverWings/generate-og-image) - Generate customisable open graph images from Markdown files.
|
- [Generate OG Image](https://github.com/BoyWithSilverWings/generate-og-image) - Generate customisable open graph images from Markdown files.
|
||||||
- [GitHub Actions for mdBook](https://github.com/peaceiris/actions-mdbook)
|
- [GitHub Actions for mdBook](https://github.com/peaceiris/actions-mdbook)
|
||||||
- [Setup Mint](https://github.com/fabasoad/setup-mint-action) - Setup Mint (programming language for writing single page applications).
|
- [Setup Mint](https://github.com/fabasoad/setup-mint-action) - Setup Mint (programming language for writing single page applications).
|
||||||
|
- [Gatsby AWS S3 Deployment](https://github.com/jonelantha/gatsby-s3-action) - Deploy Gatsby to S3 (supports CloudFront).
|
||||||
|
|
||||||
### Machine Learning Ops
|
### Machine Learning Ops
|
||||||
|
|
||||||
@ -491,6 +505,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
|||||||
- [Zero Downtime Laravel Deployments with GitHub Actions](https://atymic.dev/blog/github-actions-laravel-ci-cd/)
|
- [Zero Downtime Laravel Deployments with GitHub Actions](https://atymic.dev/blog/github-actions-laravel-ci-cd/)
|
||||||
- [Building Custom GitHub Actions Pluralsight Course](https://www.pluralsight.com/courses/building-custom-github-actions/)
|
- [Building Custom GitHub Actions Pluralsight Course](https://www.pluralsight.com/courses/building-custom-github-actions/)
|
||||||
- [Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions](https://testdriven.io/blog/deploying-django-to-digitalocean-with-docker-and-github-actions/)
|
- [Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions](https://testdriven.io/blog/deploying-django-to-digitalocean-with-docker-and-github-actions/)
|
||||||
|
- [Setup Auto-scaled self-hosted GitHub Actions Runners on AWS Spot-instances](https://040code.github.io/2020/05/25/scaling-selfhosted-action-runners)
|
||||||
|
|
||||||
> 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user