Skip to content

[user] add input field, available when sending a message #115

[user] add input field, available when sending a message

[user] add input field, available when sending a message #115

Workflow file for this run

name: Lint with ruff
on: [ push, pull_request ]
permissions:
contents: read
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
with:
args: "format --check"