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 75e6cdd commit 1c1b8f8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/php-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ jobs:
run: |
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 -q --exclude=vendor --log-json) | jq ".failures"
Result=$(/usr/local/bin/phplint --no-cache --no-progress -v -q --exclude=vendor --log-json)
{
echo "result<<EOF"
echo -e "$Result"
echo "EOF"
} >> $GITHUB_OUTPUT
} >> $GITHUB_OUTPUT
- name: Show output
run: |
Expand Down

0 comments on commit 1c1b8f8

Please sign in to comment.