OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)

This commit is contained in:
wangruiguo
2026-09-03 18:49:20 +08:00
commit d647428529
3501 changed files with 1988906 additions and 0 deletions

26
.github/workflows/staticAnalysis.yml vendored Normal file
View File

@@ -0,0 +1,26 @@
name: Static Analysis
on:
workflow_dispatch:
push:
branches: [ "master", "*.*-dev" ]
pull_request:
branches: [ "master", "*.*-dev" ]
jobs:
phpstan:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
extensions: redis, gd, ldap, mbstring, pdo_mysql, zip, bcmath, exif, pcntl
- name: Install Dependencies
run: make build-dev
- name: Run PHPStan Analysis
run: make phpstan