Skip to content

Commit 8cf3975

Browse files
committed
ci: include deprecations when linting files
1 parent d6dec66 commit 8cf3975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535

3636
- name: "Lint PHP files"
3737
run: |
38-
parallel-lint . --checkstyle | cs2pr
38+
parallel-lint . --checkstyle --exclude vendor --show-deprecated | cs2pr

0 commit comments

Comments
 (0)