Skip to content

saveChart is faster and can save SVG files #8

saveChart is faster and can save SVG files

saveChart is faster and can save SVG files #8

Workflow file for this run

name: SDA CLI
on:
pull_request:
branches: [main]
jobs:
all-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- run: deno task all-tests