Skip to content

Commit 72066c0

Browse files
Merge pull request #66 from TheDragonCode/1.x
Changed composer script name from `lint:type` to `lint:type-coverage`
2 parents 4ead067 + 4309de5 commit 72066c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
run: composer update
5252

5353
- name: Execute tests
54-
run: composer lint:type
54+
run: composer lint:type-coverage

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
],
7171
"build": "@php vendor/bin/testbench workbench:build --ansi",
7272
"clear": "@php vendor/bin/testbench package:purge-skeleton --ansi",
73-
"lint:type": "@php vendor/bin/pest --type-coverage --compact --min=95",
73+
"lint:type-coverage": "@php vendor/bin/pest --type-coverage --compact --min=95",
7474
"migrate": "@php vendor/bin/testbench migrate:fresh --seed --ansi",
7575
"prepare": "@php vendor/bin/testbench package:discover --ansi",
7676
"style": "vendor/bin/pint --parallel --ansi",

0 commit comments

Comments
 (0)