Skip to content

Fix: 修复只有 private bot 时候的推送 bot 获取 #185

Fix: 修复只有 private bot 时候的推送 bot 获取

Fix: 修复只有 private bot 时候的推送 bot 获取 #185

Workflow file for this run

name: Ruff Lint
on:
push:
branches:
- master
pull_request:
paths:
- "src/**"
- "scripts/**"
- "bot.py"
jobs:
ruff:
name: Ruff Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Ruff Lint
uses: chartboost/ruff-action@v1