Add actions/cache

This commit is contained in:
BSKY 2019-11-03 04:54:22 +09:00 committed by GitHub
parent dec5744116
commit 9c14ca94f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2
- [Many linters and autofixers for various languages](https://github.com/bltavares/actions) - [Many linters and autofixers for various languages](https://github.com/bltavares/actions)
- [Node.js Actions Toolkit](https://github.com/JasonEtco/actions-toolkit) - [Node.js Actions Toolkit](https://github.com/JasonEtco/actions-toolkit)
- [Cache dependencies and build outputs](https://github.com/actions/cache)
- [Use HashiCorp's Terraform](https://github.com/hashicorp/terraform-github-actions) - [Use HashiCorp's Terraform](https://github.com/hashicorp/terraform-github-actions)
- [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn)
- [GitHub Actions for Golang](https://github.com/cedrickring/golang-action) - [GitHub Actions for Golang](https://github.com/cedrickring/golang-action)