Skip to content

fix(kit): Number should drop items from decimalPseudoSeparators if any is equal to thousandSeparator #502

fix(kit): Number should drop items from decimalPseudoSeparators if any is equal to thousandSeparator

fix(kit): Number should drop items from decimalPseudoSeparators if any is equal to thousandSeparator #502

Workflow file for this run

name: Deploy / preview
on: pull_request
jobs:
build_and_preview:
if:
github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]' &&
github.actor != 'dependabot-preview[bot]' && !contains(github.head_ref, 'release/')
name: Firebase
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js and Cache
uses: ./.github/actions/nodejs
- run: npm run build
- name: Debug output
run: tree dist/demo/browser -P '*.html'
- name: Deploy preview
uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_MASKITO }}
projectId: maskito
expires: 1d
concurrency:
group: firebase-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true