Skip to content

Commit 7424ada

Browse files
SMillerDevpprkut
authored andcommitted
fix: install phpcs from composer
1 parent f1202cd commit 7424ada

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/php-test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,15 @@ jobs:
4646
- name: Checkout
4747
uses: actions/checkout@v2
4848

49-
- name: Setup PHPCS
49+
- name: Setup PHP
5050
uses: shivammathur/setup-php@v2
5151
with:
5252
php-version: '7.4'
5353
tools: cs2pr
5454

55+
- name: Install dependencies
56+
run: composer install
57+
5558
- name: Setup problem matchers for PHP
5659
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
5760

0 commit comments

Comments
 (0)