Skip to content

fix: Add jupyterlite-pyodide-kernel dependency #197

fix: Add jupyterlite-pyodide-kernel dependency

fix: Add jupyterlite-pyodide-kernel dependency #197

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.x' ]
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v5
with:
version: "latest"
- name: Lint with pre-commit
run: |
uvx pre-commit run --all-files