Skip to content

Commit

Permalink
Changed to download phploc
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Sep 11, 2024
1 parent 003bf11 commit f5aadd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
coverage: none
tools: composer:v2

- name: Install Dependencies 🔧
run: composer require --dev phploc/phploc
- name: Download phploc 🔧
run: wget https://phar.phpunit.de/phploc.phar

- name: Run phploc
run: vendor/bin/phploc src/
run: php phploc.phar src/

0 comments on commit f5aadd8

Please sign in to comment.