Skip to content

♻️ 将 user_cookie 重命名为 identified_cookie #818

♻️ 将 user_cookie 重命名为 identified_cookie

♻️ 将 user_cookie 重命名为 identified_cookie #818

Workflow file for this run

name: Ruff Lint
on:
push:
branches:
- main
pull_request:
paths:
- "nonebot_bison/**"
- "extra_plugins/**"
- "tests/**"
- "bot.py"
jobs:
ruff:
name: Ruff Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Ruff Lint
uses: astral-sh/ruff-action@v2
with:
src: >-
nonebot_bison/
extra_plugins/
tests/