Skip to content

Commit 0ef6ba6

Browse files
authored
Merge pull request #2552 from tarlepp/chore(ci)/enable-phploc
Chore(CI) - Enable PHPLoc in GitHub action workflow
2 parents 0c0b27d + b16622c commit 0ef6ba6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,8 @@ jobs:
171171
- name: Run PHPStan static analysis tool
172172
run: make phpstan-github
173173

174-
# Disabled this because of - https://github.com/nunomaduro/phpinsights/issues/622
175-
#- name: Run `phploc` to collect LOC stats
176-
# run: make phploc
174+
- name: Run `phploc` to collect LOC stats
175+
run: make phploc
177176

178177
- name: Run `PHP Insights` static analysis tool
179178
run: make phpinsights

0 commit comments

Comments
 (0)