feat:update auto-check workflow

This commit is contained in:
vran 2022-03-25 18:37:01 +08:00
parent 83af72e5a7
commit 2c17946f3e
1 changed files with 10 additions and 1 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: