Merge pull request #7 from jondavidjohn/packtracker-action

Report webpack stats to packtracker.io
This commit is contained in:
Sarah Drasner 2018-10-21 14:06:18 -06:00 committed by GitHub
commit 2a84d65447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@ With GitHub Actions you can automate your workflow from idea to production.
- [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)
- [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)
### Tutorials ### Tutorials