Skip to content

Fix IndexError: list index out of range when no prompt is found #409

Fix IndexError: list index out of range when no prompt is found

Fix IndexError: list index out of range when no prompt is found #409

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
src: "."
version: "~= 0.9.5"
- run: ruff check
- run: ruff format --check