Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Remove PHPCS (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot committed Jun 23, 2021
1 parent a49f943 commit 02c54a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ jobs:
if: matrix.php == '8.0' && matrix.laravel == '8.22'
run: composer normalize --dry-run

- name: Validate code style
run: |
composer require "squizlabs/php_codesniffer=*"
vendor/bin/phpcs --standard="phpcs.xml" .
- name: Run test suite
run: vendor/bin/phpunit

Expand Down
14 changes: 0 additions & 14 deletions phpcs.xml

This file was deleted.

0 comments on commit 02c54a0

Please sign in to comment.