We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad72b6 commit 205cdafCopy full SHA for 205cdaf
.github/workflows/ci.yml
@@ -27,4 +27,7 @@ jobs:
27
run: vendor/bin/phpunit --testsuite Unit
28
29
- name: Run Acceptance test
30
- run: vendor/bin/phpunit --testsuite Acceptance
+ run: vendor/bin/phpunit --testsuite Acceptance
31
+
32
+ - name: Easy Coding Standard Action
33
+ uses: zingimmick/ecs-action@0.0.4
ecs.php
@@ -8,7 +8,7 @@
8
return function (ECSConfig $ecsConfig): void {
9
$ecsConfig->paths([__DIR__ . '/src']);
10
11
- $ecsConfig->sets([CodingStyle::DEFAULT]);
+ $ecsConfig->sets([CodingStyle::ALIGNED]);
12
13
$ecsConfig->skip([
14
FinalClassFixer::class => [
0 commit comments