Skip to content

Feature: 支持 QQ 群机器人 #53

Feature: 支持 QQ 群机器人

Feature: 支持 QQ 群机器人 #53

Workflow file for this run

name: Ruff Lint
on:
push:
branches:
- master
pull_request:
paths:
- "nonebot/**"
jobs:
ruff:
name: Ruff Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Ruff Lint
uses: chartboost/ruff-action@v1