Skip to content

feat: add numeric comma seperator support #3144

feat: add numeric comma seperator support

feat: add numeric comma seperator support #3144

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm install
- name: Lint
run: npm run lint
- name: Test
run: npm test
- name: Build basis
run: npm run build-basis
- name: Build website
run: npm run build