Skip to content

Commit

Permalink
fix: added php-cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcostaParedes committed May 7, 2021
1 parent fe6233b commit d4bff60
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ jobs:
- name: Install Composer
run: composer install

- name: PHPCS check
uses: chekalsky/phpcs-action@v1
with:
enable_warnings: true
- name: Detect coding standard violations
run: vendor/bin/phpcs -sv --extensions=php --standard=PSR12 --ignore=vendor,tests,c3.php .

- name: Execute tests
run: vendor/bin/codecept run --coverage --coverage-text --coverage-xml
Expand Down

0 comments on commit d4bff60

Please sign in to comment.