feat: update docs (#64)

* feat: update docs

* fix: ut execute error

* feat:update auto-check workflow
This commit is contained in:
vran
2022-03-25 18:42:10 +08:00
committed by GitHub
parent 0db5ad2153
commit 17d0f3a024
12 changed files with 31 additions and 12 deletions

View File

@@ -1,5 +1,14 @@
name: check
on: pull_request
on:
pull_request:
paths:
- 'api/**'
- 'common/**'
- 'core/**'
- 'dao/**'
- 'plugin/**'
- 'gradle/**'
- 'config/**'
jobs:
checkstyle: