Skip to content

Prevent empty HTML email when sending raw message with Symfony Mail #24

Prevent empty HTML email when sending raw message with Symfony Mail

Prevent empty HTML email when sending raw message with Symfony Mail #24

Workflow file for this run

name: Format (PHP)
on:
pull_request:
paths:
- "**.php"
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup PHP with php-cs-fixer
uses: shivammathur/setup-php@master
with:
php-version: '8.0'
tools: friendsofphp/php-cs-fixer:^2.19
- name: Run php-cs-fixer
run: php-cs-fixer fix
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply php-cs-fixer changes