Skip to content

Commit 07ff1a9

Browse files
committed
ci: update lint test name
1 parent 32cec2d commit 07ff1a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
uses: ramsey/composer-install@v3
2626

2727
- name: Style
28-
run: composer test:lint
28+
run: composer test:style

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"scripts": {
6262
"lint": "ecs --fix",
63-
"test:lint": "ecs",
63+
"test:style": "ecs",
6464
"test:phpstan": "pest --testsuite phpstan",
6565
"test:rector": "pest --testsuite rector",
6666
"test:phpcsfixer": "pest --testsuite phpcsfixer",

0 commit comments

Comments
 (0)