Skip to content

Commit

Permalink
remove extra cs-fixer config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpanjwani committed May 25, 2021
1 parent c35b004 commit ebad76c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: "matrix.php >= 8"

- name: Check coding style
run: ./vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no --config=.php-cs-fixer.ci.php
run: ./vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no --config=.php-cs-fixer.dist.php

- name: Unit Tests
run: php ./vendor/bin/pest
43 changes: 0 additions & 43 deletions .php-cs-fixer.ci.php

This file was deleted.

0 comments on commit ebad76c

Please sign in to comment.