Skip to content

Commit 205cdaf

Browse files
committed
chore: change ecs and add github action to force to failed github pipeline
1 parent cad72b6 commit 205cdaf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ jobs:
2727
run: vendor/bin/phpunit --testsuite Unit
2828

2929
- name: Run Acceptance test
30-
run: vendor/bin/phpunit --testsuite Acceptance
30+
run: vendor/bin/phpunit --testsuite Acceptance
31+
32+
- name: Easy Coding Standard Action
33+
uses: zingimmick/ecs-action@0.0.4

ecs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
return function (ECSConfig $ecsConfig): void {
99
$ecsConfig->paths([__DIR__ . '/src']);
1010

11-
$ecsConfig->sets([CodingStyle::DEFAULT]);
11+
$ecsConfig->sets([CodingStyle::ALIGNED]);
1212

1313
$ecsConfig->skip([
1414
FinalClassFixer::class => [

0 commit comments

Comments
 (0)