feat:update auto-check workflow
This commit is contained in:
parent
83af72e5a7
commit
2c17946f3e
|
@ -1,5 +1,14 @@
|
|||
name: check
|
||||
on: pull_request
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'api/**'
|
||||
- 'common/**'
|
||||
- 'core/**'
|
||||
- 'dao/**'
|
||||
- 'plugin/**'
|
||||
- 'gradle/**'
|
||||
- 'config/**'
|
||||
|
||||
jobs:
|
||||
checkstyle:
|
||||
|
|
Loading…
Reference in New Issue