Skip to content

Commit

Permalink
ci: use global phplint instead of downloaded phar
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Klein <[email protected]>
  • Loading branch information
schakko committed Oct 28, 2024
1 parent 52bbb68 commit 658398c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Lint PHP files
run: |
phplint -vvv --no-cache
# curl -Ls https://github.com/overtrue/phplint/releases/latest/download/phplint.phar -o /usr/local/bin/phplint
# chmod +x /usr/local/bin/phplint
# /usr/local/bin/phplint -vvv --no-cache
Expand Down

0 comments on commit 658398c

Please sign in to comment.