Skip to content

Commit

Permalink
Fix PHPCS error
Browse files Browse the repository at this point in the history
  • Loading branch information
renintw committed Mar 29, 2023
1 parent ede6c20 commit 151e612
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/phpunit.yml
Expand Up @@ -21,15 +21,20 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'

- uses: actions/checkout@v2

- name: Install dependencies
run: composer install --dev --prefer-dist --no-progress --no-suggest

- name: Run phpcs
uses: chekalsky/phpcs-action@v1
with:
phpcs_bin_path: './vendor/bin/phpcs'
uses: chekalsky/phpcs-action@v1
with:
phpcs_bin_path: './vendor/bin/phpcs'

unit-php:
name: PHP Unit Tests
Expand Down

0 comments on commit 151e612

Please sign in to comment.