We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf74d7 commit eda2c32Copy full SHA for eda2c32
.github/workflows/run-tests.yml
@@ -39,7 +39,7 @@ jobs:
39
run: vendor/bin/phpunit
40
41
- name: Run coding standard checks
42
- run: vendor/bin/pint
+ uses: aglipanci/laravel-pint-action@latest
43
44
- name: Auto-commit php-cs-fixer changes
45
uses: stefanzweifel/git-auto-commit-action@v4
composer.json
@@ -21,7 +21,6 @@
21
"illuminate/support": "^8.0|^9.0|^10|^11"
22
},
23
"require-dev": {
24
- "laravel/pint": "^1.21",
25
"nunomaduro/larastan": "^1.0",
26
"orchestra/testbench": "^6.23.0|^7.0.0",
27
"phpunit/phpunit": "^9.3.9"
0 commit comments