From 0534c663e5e239aab8b61758f735624a4c500b2b Mon Sep 17 00:00:00 2001 From: Hugo Duval <42731924+hdasdoria@users.noreply.github.com> Date: Tue, 14 Nov 2023 11:51:42 +0100 Subject: [PATCH] fix github workflow --- .github/workflows/php.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 16f60e4..68420b1 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -37,4 +37,7 @@ jobs: - name: Easy Coding Standard GitHub Action by pietrzakadrian uses: pietrzakadrian/easy-coding-standard-github-action@v2.0.5 + with: + config: ecs.php #configuration file + directories: src tests #list of directories to check (optional)