Skip to content

[chore] Update goteo refs #165

[chore] Update goteo refs

[chore] Update goteo refs #165

Workflow file for this run

name: PHP CS Fixer
on: [pull_request]
env:
PHP_VERSION: '8.3'
PHP_EXTENSIONS: pdo_mysql
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
env:
STRIPE_API_KEY: ${{ secrets.STRIPE_API_KEY }}
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
with:
php_version: ${{ env.PHP_VERSION }}
php_extensions: ${{ env.PHP_EXTENSIONS }}
- name: PHP CS Fixer
run: php ./vendor/bin/php-cs-fixer check