Skip to content

Commit c27fa97

Browse files
committed
exclude folder
1 parent b62dc11 commit c27fa97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
custom-cache-suffix: $(date -u "+%Y-%m")
5454

5555
- name: Run Linter
56-
run: vendor/bin/parallel-lint -j 10 . --show-deprecated --exclude vendor --exclude .git --checkstyle | cs2pr
56+
run: vendor/bin/parallel-lint -j 10 . --show-deprecated --exclude vendor --exclude .git --exclude third-party --checkstyle | cs2pr
5757

5858
phpcs:
5959
name: PHPCS

0 commit comments

Comments
 (0)