Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

Commit

Permalink
remove the lint in favor of StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
joselfonseca committed Aug 12, 2022
1 parent 2ec9c7b commit 4d46d1d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,3 @@ jobs:
php artisan passport:keys
- name: Execute tests
run: vendor/bin/phpunit

- name: Test Code Style php-cs-fixer
run: PHP_CS_FIXER_IGNORE_ENV=true vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --dry-run --stop-on-violation --using-cache=no

0 comments on commit 4d46d1d

Please sign in to comment.