修复错误的JSON格式、移除对自定义回复格式的支持、为缓存管理器添加部分功能、调整部分日志格式 #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | ||
on: | ||
push: | ||
pull_request: | ||
branches: [main] | ||
types: [opened, synchronize, reopened, labeled, unlabeled] | ||
jobs: | ||
build: | ||
Check failure on line 10 in .github/workflows/build.yml GitHub Actions / BuildInvalid workflow file
|
||
uses: cordiverse/workflows/.github/workflows/build.yml@main | ||
with: | ||
lint: true | ||
test: false |