Skip to content

Fix typo in existing index log message (#292) #1315

Fix typo in existing index log message (#292)

Fix typo in existing index log message (#292) #1315

Workflow file for this run

name: Lint (via Black)
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
src: "./vsb"