Skip to content

[Feature]: 引用回复支持消息转发的消息 #1

[Feature]: 引用回复支持消息转发的消息

[Feature]: 引用回复支持消息转发的消息 #1

Workflow file for this run

name: CodeQL
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '0 0 * * *'
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/[email protected]
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected]
with:
category: "/language:python"