Skip to content

Remove references to old display images #407

Remove references to old display images

Remove references to old display images #407

Workflow file for this run

name: Python Lint
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
ruff-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
args: "--version"
- run: ruff check
- run: ruff format --check --diff