From a08082982b6bbffcbd1da366ab2655945774a820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiar=C3=AA=20Balbi?= Date: Fri, 7 Dec 2018 16:23:16 +0000 Subject: [PATCH] Added Yarn Action to Community Resources This Action for yarn enables arbitrary actions with the yarn command-line client, including testing packages and publishing to a registry. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 87bb2a4..e19b0ae 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [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) - [Deploy a Cloudflare worker](https://github.com/cpilsworth/cloudflare-worker-action) +- [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) ### Tutorials