Skip to content

Commit aa916fe

Browse files
committed
cleanup
1 parent b77d68e commit aa916fe

File tree

4 files changed

+6
-2200
lines changed

4 files changed

+6
-2200
lines changed

.github/workflows/lint.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,9 @@ jobs:
3636
- name: Run Pint
3737
run: vendor/bin/pint
3838

39-
- name: Commit Changes
40-
uses: stefanzweifel/git-auto-commit-action@v5
41-
with:
42-
commit_message: fix code style
43-
commit_options: '--no-verify'
44-
file_pattern: '!.github/workflows/* **/*'
45-
46-
# We need to run PHPStan after commiting changes as it does not auto-fix errors...
47-
- name: Run PHPStan
48-
run: ./vendor/bin/phpstan
39+
# - name: Commit Changes
40+
# uses: stefanzweifel/git-auto-commit-action@v5
41+
# with:
42+
# commit_message: fix code style
43+
# commit_options: '--no-verify'
44+
# file_pattern: '!.github/workflows/* **/*'

composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@
1717
},
1818
"require-dev": {
1919
"fakerphp/faker": "^1.23",
20-
"larastan/larastan": "^3.0",
2120
"laravel/pail": "^1.2.2",
2221
"laravel/pint": "^1.18",
2322
"laravel/sail": "^1.41",
2423
"mockery/mockery": "^1.6",
2524
"nunomaduro/collision": "^8.6",
26-
"phpstan/phpstan": "^2.1",
2725
"phpunit/phpunit": "^11.5.3"
2826
},
2927
"autoload": {

0 commit comments

Comments
 (0)