Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Update Lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 authored Jan 10, 2024
1 parent 0d83c48 commit e97ca5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Lint
run: |
error=0
for file in $(find upload -type f -name "*.php" ! -path 'upload/temp/vendor/*'); do
for file in $(find upload -type f -name "*.php" ! -path 'upload/temp/*'); do
php -l -n $file | grep -v "No syntax errors detected" && error=1
done
if [ $error -eq 1 ]; then
Expand Down

0 comments on commit e97ca5e

Please sign in to comment.