Skip to content

feat: use <progress> and <svg> for browser progress indicator instead of <canvas> #102

feat: use <progress> and <svg> for browser progress indicator instead of <canvas>

feat: use <progress> and <svg> for browser progress indicator instead of <canvas> #102

Workflow file for this run

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install --ignore-scripts
- run: npm run lint
name: CI
on:
pull_request: ~
push:
branches:
- main