mirror of
https://github.com/sdras/awesome-actions.git
synced 2024-10-01 00:55:38 -04:00
Merge branch 'master' into psake
This commit is contained in:
commit
f8820f55f1
8
.github/main.workflow
vendored
Normal file
8
.github/main.workflow
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
workflow "Lint Awesome List" {
|
||||||
|
on = "push"
|
||||||
|
resolves = ["max/awesome-lint"]
|
||||||
|
}
|
||||||
|
|
||||||
|
action "max/awesome-lint" {
|
||||||
|
uses = "max/awesome-lint@master"
|
||||||
|
}
|
13
README.md
13
README.md
@ -27,6 +27,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
|
|||||||
|
|
||||||
### Community Resources
|
### Community Resources
|
||||||
|
|
||||||
|
- [Set pull request reviewers based on assignees](https://github.com/pullreminders/assignee-to-reviewer-action)
|
||||||
- [Deploy a Node.js App to Azure](https://github.com/sdras/example-azure-node)
|
- [Deploy a Node.js App to Azure](https://github.com/sdras/example-azure-node)
|
||||||
- [Use HashiCorp's Terraform](https://github.com/hashicorp/terraform-github-actions)
|
- [Use HashiCorp's Terraform](https://github.com/hashicorp/terraform-github-actions)
|
||||||
- [Trigger emails with release notes with SendGrid](https://github.com/bitoiu/release-notify-action)
|
- [Trigger emails with release notes with SendGrid](https://github.com/bitoiu/release-notify-action)
|
||||||
@ -34,6 +35,8 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
|
|||||||
- [Home Assistant Command](https://github.com/maddox/actions/tree/master/home-assistant)
|
- [Home Assistant Command](https://github.com/maddox/actions/tree/master/home-assistant)
|
||||||
- [Sleep](https://github.com/maddox/actions/tree/master/sleep)
|
- [Sleep](https://github.com/maddox/actions/tree/master/sleep)
|
||||||
- [Wait for 200](https://github.com/maddox/actions/tree/master/wait-for-200)
|
- [Wait for 200](https://github.com/maddox/actions/tree/master/wait-for-200)
|
||||||
|
- [Firebase](https://github.com/natemoo-re/action-firebase)
|
||||||
|
- [SSH](https://github.com/maddox/actions/tree/master/ssh)
|
||||||
- [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions)
|
- [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions)
|
||||||
- [Using surge.sh, deploy your branch specific storybook as a pull request deployment](https://github.com/codeship/storybook-surge-github-action)
|
- [Using surge.sh, deploy your branch specific storybook as a pull request deployment](https://github.com/codeship/storybook-surge-github-action)
|
||||||
- [Report webpack stats to packtracker.io](https://github.com/packtracker/github-action)
|
- [Report webpack stats to packtracker.io](https://github.com/packtracker/github-action)
|
||||||
@ -46,6 +49,8 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
|
|||||||
- [Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action)
|
- [Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action)
|
||||||
- [Send a Slack message](https://github.com/apex/actions/tree/master/slack)
|
- [Send a Slack message](https://github.com/apex/actions/tree/master/slack)
|
||||||
- [Node.js Actions Toolkit](https://github.com/JasonEtco/actions-toolkit)
|
- [Node.js Actions Toolkit](https://github.com/JasonEtco/actions-toolkit)
|
||||||
|
- [Deploy a serverless app to AWS Lambda with Up](https://github.com/apex/actions/tree/master/up)
|
||||||
|
- [Deploy serverless infrastructure with AWS SAM](https://github.com/apex/actions/tree/master/aws/sam)
|
||||||
- [Deploy a Node.js function to AWS Lambda and invoke it using the Serverless framework](https://github.com/swinton/serverless)
|
- [Deploy a Node.js function to AWS Lambda and invoke it using the Serverless framework](https://github.com/swinton/serverless)
|
||||||
- [Deploy VS Code extensions with vsce](https://github.com/lannonbr/vsce-action)
|
- [Deploy VS Code extensions with vsce](https://github.com/lannonbr/vsce-action)
|
||||||
- [Build a Jekyll site—with Custom Jekyll Plugins & Build Scripts—and deploy it back to the Gh-Pages Branch](https://github.com/BryanSchuetz/jekyll-deploy-gh-pages)
|
- [Build a Jekyll site—with Custom Jekyll Plugins & Build Scripts—and deploy it back to the Gh-Pages Branch](https://github.com/BryanSchuetz/jekyll-deploy-gh-pages)
|
||||||
@ -54,10 +59,18 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
|
|||||||
- [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn)
|
- [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn)
|
||||||
- [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action)
|
- [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action)
|
||||||
- [Run psake tasks](https://github.com/devblackops/psake-github-actions)
|
- [Run psake tasks](https://github.com/devblackops/psake-github-actions)
|
||||||
|
- [Update Twitter status](https://github.com/xorilog/twitter-action)
|
||||||
|
- [GitHub Actions for Golang](https://github.com/cedrickring/golang-action)
|
||||||
|
- [Configure a DNS Record on Cloudflare](https://github.com/xorilog/cloudflare-dns-action)
|
||||||
|
- [GitHub Action for Gatsby CLI](https://github.com/jzweifel/gatsby-cli-github-action)
|
||||||
|
- [Send a Discord notification](https://github.com/Ilshidur/action-discord)
|
||||||
|
- [GraphQL Inspector Action](https://github.com/kamilkisiela/graphql-inspector)
|
||||||
|
- [Build Hugo static content site and publish it to gh-pages branch](https://github.com/khanhicetea/gh-actions-hugo-deploy-gh-pages)
|
||||||
|
|
||||||
### Tutorials
|
### Tutorials
|
||||||
|
|
||||||
- [Introducing GitHub Actions](https://css-tricks.com/introducing-github-actions/)
|
- [Introducing GitHub Actions](https://css-tricks.com/introducing-github-actions/)
|
||||||
|
- [Deploying to Firebase Hosting with GitHub Actions](https://natemoo.re/posts/action-firebase)
|
||||||
|
|
||||||
> 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