diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index 0b4b81f..c6a531f 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -19,7 +19,7 @@ jobs: with: php-version: 7.4 coverage: none - tools: composer:v2, cs2pr, php-cs-fixer + tools: composer:v2, cs2pr - name: Install Composer dependencies (highest) uses: 'ramsey/composer-install@v1' @@ -27,4 +27,4 @@ jobs: dependency-versions: 'highest' - name: Run PHP-CS-Fixer - run: php-cs-fixer fix --dry-run --format checkstyle | cs2pr + run: ./vender/bin/php-cs-fixer fix --dry-run --format checkstyle | cs2pr