Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6ca42e8

Browse files
committedMay 19, 2021
exclude vendor, as it's failing
1 parent b9b8f25 commit 6ca42e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/build-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
uses: overtrue/phplint@2.3.5
9393
with:
9494
path: ./public_html
95+
options: --exclude=base/vendor
9596

9697
- name: Report Versions
9798
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.