Skip to content

Use exponential notation for rendering Amount values #203

Use exponential notation for rendering Amount values

Use exponential notation for rendering Amount values #203

Workflow file for this run

name: Deploy PR Previews
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
concurrency: preview-${{ github.ref }}
permissions:
contents: write
pull-requests: write
jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: '22.x'
- name: Install and Build
run: |
npm ci
npm run build
mkdir -p build
cp index.html build/
if: github.event.action != 'closed'
- name: Deploy PR Preview
uses: rossjrw/pr-preview-action@v1
with:
source-dir: ./build/