Skip to content

plot: add pull plots, "extra" option for wrapper #65

plot: add pull plots, "extra" option for wrapper

plot: add pull plots, "extra" option for wrapper #65

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Code quality checks
run: make lint