Skip to content

update line numbers in workshop notebook #26

update line numbers in workshop notebook

update line numbers in workshop notebook #26

Workflow file for this run

name: "ruff format checking"
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: astral-sh/ruff-action@v2
with:
args: "format --check"