Skip to content

feat: smaller line chart dots #44

feat: smaller line chart dots

feat: smaller line chart dots #44

Workflow file for this run

name: Main Workflow
on: [push]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- run: deno fmt --check
- run: deno check .
- run: deno lint