Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
409b675
Fix PHP version in workflows
guistracini-outsurance-ie Apr 13, 2024
b72cd02
Set PHP Unit
guistracini-outsurance-ie Apr 13, 2024
8a93896
Update php-lint.yml
guibranco Apr 13, 2024
4ab6541
Update php-lint.yml
guibranco Apr 13, 2024
83f1adb
Update php-lint.yml
guibranco Apr 13, 2024
2848198
Update php-lint.yml
guibranco Apr 13, 2024
5ad00e8
Update php-lint.yml
guibranco Apr 13, 2024
ad28635
Update php-lint.yml
guibranco Apr 13, 2024
6b59b68
Update php-lint.yml
guibranco Apr 13, 2024
ab3c9e8
Update php-lint.yml
guibranco Apr 13, 2024
7fbc6a1
Update php-lint.yml
guibranco Apr 13, 2024
42eeddb
Update php-lint.yml
guibranco Apr 13, 2024
06ebcb0
Update php-lint.yml
guibranco Apr 13, 2024
8b02280
Update php-lint.yml
guibranco Apr 13, 2024
75e6cdd
Update php-lint.yml
guibranco Apr 13, 2024
1c1b8f8
Update php-lint.yml
guibranco Apr 13, 2024
69bfeca
Update php-lint.yml
guibranco Apr 13, 2024
035febb
Update php-lint.yml
guibranco Apr 13, 2024
b8b5d55
Update AppServiceProvider.php
guibranco Apr 13, 2024
9a66d4c
Update php-lint.yml
guibranco Apr 13, 2024
e40575e
Update php-lint.yml
guibranco Apr 13, 2024
60097e8
Update php-lint.yml
guibranco Apr 13, 2024
fdeba37
Update php-lint.yml
guibranco Apr 13, 2024
9dc6ff0
Fix lint
guistracini-outsurance-ie Apr 13, 2024
1f7e64f
Fix shell
guistracini-outsurance-ie Apr 13, 2024
3ad347b
Fix variable name
guistracini-outsurance-ie Apr 13, 2024
2c08e9f
Add PR Comment with failures
guistracini-outsurance-ie Apr 13, 2024
470351b
Fix identation
guistracini-outsurance-ie Apr 13, 2024
25a8b45
Fix message
guistracini-outsurance-ie Apr 13, 2024
5c24c43
Add success message
guistracini-outsurance-ie Apr 13, 2024
2005164
Set up environment
guistracini-outsurance-ie Apr 13, 2024
a715088
Add deepsource
guistracini-outsurance-ie Apr 13, 2024
41d49c8
Set .env
guistracini-outsurance-ie Apr 13, 2024
f453686
Update deep-source.yml
guibranco Apr 13, 2024
65f68e2
Update build.yml
guibranco Apr 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update php-lint.yml
  • Loading branch information
guibranco authored Apr 13, 2024
commit 06ebcb06037ea740c5a19bef19413cf438b89e27
2 changes: 1 addition & 1 deletion .github/workflows/php-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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 --exclude=vendor --log-json)
Result=$(/usr/local/bin/phplint --no-cache --no-progress -v -q --exclude=vendor --log-json)
{
echo "result<<EOF"
echo -e "$Result"
Expand Down