Skip to content

Commit

Permalink
Fix ECS
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee committed May 6, 2024
1 parent 4174b49 commit d7283ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,12 @@ jobs:
run: composer install --no-interaction

-
name: Run analysis
run: |
composer validate --strict
vendor/bin/ecs check src tests
name: Composer validate
run: composer validate --strict

-
name: ECS chekc
run: vendor/bin/ecs check src tests

-
name: Wait until odoo is ready
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected function buildModelFieldsProvider(): ModelFieldsProviderInterface
],*/
];

foreach ($modelFieldsToRemove as $modelName=>$fieldsToRemove) {
foreach ($modelFieldsToRemove as $modelName => $fieldsToRemove) {
$modelFieldsProvider = new ModelFieldsRemoverProvider(
$modelFieldsProvider,
$modelName,
Expand Down

0 comments on commit d7283ad

Please sign in to comment.