Skip to content

Add Treemap and Sunburst trace types; upgrade plotly.js from 3.0.1 to 3.6.0 #208

Add Treemap and Sunburst trace types; upgrade plotly.js from 3.0.1 to 3.6.0

Add Treemap and Sunburst trace types; upgrade plotly.js from 3.0.1 to 3.6.0 #208

Workflow file for this run

name: Typos
on:
workflow_dispatch:
pull_request:
branches: [ main ]
push:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
typos:
name: Check for typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master