diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index a214b6581bc..36b72f9035e 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -19,4 +19,4 @@ jobs: run: composer install --prefer-dist - name: Run phpcs - run: phpcs --standard=Yii2 -q --report=checkstyle framework/ | cs2pr \ No newline at end of file + run: vendor/bin/phpcs --standard=Yii2 -q --report=checkstyle framework/ | cs2pr \ No newline at end of file