Skip to content

fix: update docs with Bermuda plots & misc API bug fixes #201

fix: update docs with Bermuda plots & misc API bug fixes

fix: update docs with Bermuda plots & misc API bug fixes #201

Workflow file for this run

name: Linting/Formatting
on:
pull_request:
branches:
- main
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
- run: ruff check --fix
- run: ruff format