From ea2a0748ef20342ec5d2b79ac5c142e96dbfd33d Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Sun, 3 Jul 2022 13:21:58 +0700 Subject: [PATCH] Apply github workflow to run rector on utils/ directory --- .github/workflows/test-rector.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-rector.yml b/.github/workflows/test-rector.yml index b9917c01e62b..bf4146edd3df 100644 --- a/.github/workflows/test-rector.yml +++ b/.github/workflows/test-rector.yml @@ -39,7 +39,7 @@ jobs: - app - system - tests - - utils/Rector + - utils steps: - name: Checkout uses: actions/checkout@v3