Skip to content

Commit c7df5b1

Browse files
authored
Prevent calling twice phpcs and twigcs
1 parent 3d8059e commit c7df5b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ jobs:
118118
echo -e "\033[0;31mPHP CodeSniffer binary not found!\033[0m"
119119
exit 1
120120
fi
121-
vendor/bin/phpcs
122121
- name: "PHP-CS-Fixer"
123122
if: ${{ !cancelled() && hashFiles(format('{0}/.php-cs-fixer.php', inputs.plugin-key)) != '' }}
124123
run: |
@@ -254,4 +253,3 @@ jobs:
254253
echo -e "\033[0;31mTwigCS binary not found!\033[0m"
255254
exit 1
256255
fi
257-
vendor/bin/twigcs

0 commit comments

Comments
 (0)