Merge pull request #356 from andresz1/master

Add size-limit-action to README.md
This commit is contained in:
Jessica 2020-03-30 11:12:35 -07:00 committed by GitHub
commit d03d968cae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,6 +272,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Runs Lighthouse and posts results to PRs and Slack](https://github.com/foo-software/lighthouse-check-action)
- [Run Lighthouse in CI using GitHub Actions](https://github.com/treosh/lighthouse-ci-action)
- [Continuous Benchmarking and Benchmark Visualization for Go](https://github.com/bobheadxi/gobenchdata)
- [Size Limit Action](https://github.com/andresz1/size-limit-action) - Comments cost comparison of your JS in PRs and rejects them if limit is exceeded.
### Pull Requests