👷 Replace phpcs with Pint (#3161)
➕ Add `laravel/pint` to the project ➖ Remove `squizlabs/php_codesniffer` from the project 🔧 Remove deprecated Composer scripts 👷 Replace phpcs with Pint 🎨 Run Pint --------- Co-authored-by: Ben Word <ben@benword.com>
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -80,5 +80,5 @@ jobs:
|
||||
- name: Install Composer dependencies
|
||||
run: composer install --no-progress --prefer-dist --optimize-autoloader --no-suggest
|
||||
|
||||
- name: Execute the PHP lint script
|
||||
run: composer run-script lint
|
||||
- name: Run Pint
|
||||
run: vendor/bin/pint --test
|
||||
|
||||
Reference in New Issue
Block a user