diff --git a/.github/workflows/php-cs-fixer.yaml b/.github/workflows/php-cs-fixer.yaml index f6cc173..b731fa4 100644 --- a/.github/workflows/php-cs-fixer.yaml +++ b/.github/workflows/php-cs-fixer.yaml @@ -15,17 +15,11 @@ permissions: contents: write jobs: - debug: - runs-on: ubuntu-latest - - steps: - - name: Print - run: env | sort - #php-style: - #uses: pimcore/workflows-collection-public/.github/workflows/reusable-php-cs-fixer.yaml@main - #secrets: - #PHP_CS_FIXER_GITHUB_TOKEN: ${{ secrets.PHP_CS_FIXER_GITHUB_TOKEN }} - #with: - #head_ref: ${{ github.event.pull_request.head.ref }} - #repository: ${{ github.event.pull_request.head.repo.full_name }} - #config_file: .php-cs-fixer.dist.php \ No newline at end of file + php-style: + uses: pimcore/workflows-collection-public/.github/workflows/reusable-php-cs-fixer.yaml@cstest + secrets: + PHP_CS_FIXER_GITHUB_TOKEN: ${{ secrets.PHP_CS_FIXER_GITHUB_TOKEN }} + with: + head_ref: ${{ github.event.pull_request.head.ref }} + repository: ${{ github.event.pull_request.head.repo.full_name }} + config_file: .php-cs-fixer.dist.php \ No newline at end of file