Skip to content

Commit

Permalink
Update php-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Apr 13, 2024
1 parent 6b59b68 commit ab3c9e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/php-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
curl -Ls https://github.com/overtrue/phplint/releases/latest/download/phplint.phar -o /usr/local/bin/phplint
chmod +x /usr/local/bin/phplint
Result=$(/usr/local/bin/phplint --no-cache --no-progress -v --exclude=vendor --log-json)
{
echo "result<<EOF"
echo -e "$Result"
echo "EOF"
} >>"$GITHUB_OUTPUT"
- name: Show output
run: |
Expand Down

0 comments on commit ab3c9e8

Please sign in to comment.