🐛 /ping
的子命令与carpet-extra
权限设置冲突
#585
Workflow file for this run
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: Dev Builds | |
on: | |
push: | |
paths: | |
- "*.gradle" | |
- "gradle.properties" | |
- "src/**" | |
- "versions/**" | |
- ".github/**" | |
pull_request: | |
jobs: | |
build: | |
uses: ./.github/workflows/build.yml | |
with: | |
mixin_audit: true |