Created
August 20, 2019 02:57
-
-
Save mikeal/36873d08c4c325b16f93957d258ee6da to your computer and use it in GitHub Desktop.
What you need to add to your GitHub Action to add bundle size badges to your readme.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- uses: mikeal/bundle-size-action@master | |
- uses: mikeal/publish-to-github-action@master | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment