Skip to content

fix: correct feature list in README for Click-to-Stream and Smart Search #243

fix: correct feature list in README for Click-to-Stream and Smart Search

fix: correct feature list in README for Click-to-Stream and Smart Search #243

Workflow file for this run

name: ruff
on:
pull_request:
push:
jobs:
lint:
name: Lint with ruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v3
with:
args: "check"
format:
name: Format with ruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v3
with:
args: "format --preview --check"