feat: fixes to masked value and add show/not show eye #2608
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: Prettier | |
| on: | |
| pull_request: | |
| branches: | |
| - "*" | |
| jobs: | |
| prettier: | |
| name: prettier | |
| runs-on: | |
| - ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Install modules | |
| run: yarn install | |
| - name: Prettier | |
| run: CI=false yarn run prettier:check | |