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

Remove PHPCS #820

Merged
merged 1 commit into from
Jun 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.