Skip to content

Update dependency mathjs to v13.1.1 #230

Update dependency mathjs to v13.1.1

Update dependency mathjs to v13.1.1 #230

Workflow file for this run

name: CI Pipeline via GitHub Actions
on:
push:
jobs:
list-test-coverage:
name: Lint, Test + Test Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun lint
- run: bun test --coverage
- run: if [ $? -eq 1 ]; then echo "Coverage failed"; fi