fix(#338): now 'number' prompt type never renders '-Infinity' when pressing up or down arrows #77
This file contains hidden or 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
name: "Size" | |
on: | |
pull_request: | |
types: [synchronize, opened] | |
jobs: | |
size: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
fetch-depth: 1 | |
- uses: preactjs/compressed-size-action@v2 | |
continue-on-error: true | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
pattern: "**/lib/*.js" |