update workflows with pint and recent spatie updates

This commit is contained in:
awcodes
2022-09-01 16:49:42 -04:00
parent 489a40bbcd
commit 55dc3118e4
7 changed files with 37 additions and 43 deletions

View File

@@ -48,9 +48,9 @@
}
},
"scripts": {
"pint": "pint",
"test:pest": "pest --parallel",
"test:phpstan": "phpstan analyse",
"pint": "vendor/bin/pint",
"test:pest": "vendor/bin/pest --parallel",
"test:phpstan": "vendor/bin/phpstan analyse",
"test": [
"@test:pest",
"@test:phpstan"