fix(CI): Also apply codestyle to apps/ folder even when it's VCS ignored itself

Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
This commit is contained in:
Joas Schilling 2023-11-23 10:22:52 +01:00 committed by Benjamin Gaussorgues
parent c196d37899
commit 272719ed1c
No known key found for this signature in database
GPG Key ID: 5DAC1CAFAA6DB883
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ $config
->notPath('composer')
->notPath('node_modules')
->notPath('vendor')
->in('apps')
->in(__DIR__);
// Ignore additional app directories