Skip to content

Add Conversion to ui_numeric #54

Add Conversion to ui_numeric

Add Conversion to ui_numeric #54

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Dependencies
run: npm ci
- name: Run Linting Tests
run: npm run lint
- name: Run unit tests
run: npm test