Use NumberField
instead of TextField
for inputs of type number
#297
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
# To run this check locally, install SkyWalking Eyes somehow | |
# (https://github.com/apache/skywalking-eyes). On macOS you can `brew install | |
# license-eye` and run `license-eye header check` or `license-eye header fix`. | |
name: license-check | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
jobs: | |
license: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Check License Header | |
uses: apache/skywalking-eyes/header@5dfa68f93380a5e57259faaf95088b7f133b5778 |