Skip to content

Use anywidget for viewer without jupyter-server-proxy #780

Use anywidget for viewer without jupyter-server-proxy

Use anywidget for viewer without jupyter-server-proxy #780

Workflow file for this run

name: Linting
on:
pull_request:
push:
branches:
- main
jobs:
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.8"
- name: Install Style dependencies
run: |
python -m pip install --upgrade pip
pip install pre-commit
- name: Run linting
run: make lint