Skip to content

issue114_plot_slopes fix (#120) #1

issue114_plot_slopes fix (#120)

issue114_plot_slopes fix (#120) #1

Workflow file for this run

name: CI
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
jobs:
linting:
uses: ./.github/workflows/lint.yml
testing:
uses: ./.github/workflows/test.yml
needs: linting