Skip to content

fix: properly edit original search message #8

fix: properly edit original search message

fix: properly edit original search message #8

Workflow file for this run

name: Lint
on:
pull_request:
types: [opened, edited, reopened, synchronize]
branches:
- main
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1