Skip to content

✨ Feature: 支持回复群内全量消息事件 (#197) #347

✨ Feature: 支持回复群内全量消息事件 (#197)

✨ Feature: 支持回复群内全量消息事件 (#197) #347

Workflow file for this run

name: Ruff Lint
on:
push:
branches:
- master
pull_request:
paths:
- "nonebot/**"
- "packages/**"
- "pyproject.toml"
- "uv.lock"
jobs:
ruff:
name: Ruff Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run Ruff Lint
uses: astral-sh/ruff-action@v3