mirror of
https://github.com/vran-dev/databasir.git
synced 2025-08-09 10:58:37 +08:00
feat: update docs (#64)
* feat: update docs * fix: ut execute error * feat:update auto-check workflow
This commit is contained in:
11
.github/workflows/auto-check.yml
vendored
11
.github/workflows/auto-check.yml
vendored
@@ -1,5 +1,14 @@
|
||||
name: check
|
||||
on: pull_request
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'api/**'
|
||||
- 'common/**'
|
||||
- 'core/**'
|
||||
- 'dao/**'
|
||||
- 'plugin/**'
|
||||
- 'gradle/**'
|
||||
- 'config/**'
|
||||
|
||||
jobs:
|
||||
checkstyle:
|
||||
|
Reference in New Issue
Block a user