Skip to content

split out more plotting for presentation #48

split out more plotting for presentation

split out more plotting for presentation #48

Workflow file for this run

on:
push:
paths:
- ".github/workflows/ruff_check.yml"
- "**.py"
jobs:
ruff:
name: Python formatting check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: 'check'