Skip to content

fix: tooltip max 300 px #50

fix: tooltip max 300 px

fix: tooltip max 300 px #50

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