Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Merge branch 'main' into 54-make-it-possible-to-specify-the-rounding-… #235

Merge branch 'main' into 54-make-it-possible-to-specify-the-rounding-…

Merge branch 'main' into 54-make-it-possible-to-specify-the-rounding-… #235

Workflow file for this run

on: push
name: CI
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: npm install
run: npm install
- name: lint
run: npm run lint
- name: compile typescript
run: tsc
- name: test
run: npx c8 npx jest
- name: coverage
run: npx c8 check-coverage --lines 99 --functions 99 --branches 99 --statements 99