diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-11-03 00:09:19 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-11-03 00:11:28 +0100 |
commit | ffba8297df6663b26260f58fa8a681124e2d839e (patch) | |
tree | 68f0ec5cb8823496b5730549ee8b6f25d69d1036 /.drone.yml | |
parent | 39573e602d5e38e4b71b3d197d08798dd9558659 (diff) | |
download | nextcloud-server-ffba8297df6663b26260f58fa8a681124e2d839e.tar.gz nextcloud-server-ffba8297df6663b26260f58fa8a681124e2d839e.zip |
Run code checker on more shipped apps
Adds:
- sharebymail
- systemtags
- theming
- workflowengine
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 35ed0c74593..e632edfa03d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,6 +22,9 @@ pipeline: - ./occ app:check-code admin_audit - ./occ app:check-code comments - ./occ app:check-code federation + - ./occ app:check-code sharebymail + - ./occ app:check-code systemtags + - ./occ app:check-code theming - ./occ app:check-code workflowengine when: matrix: |