Skip to content

Merge pull request #59 from tonysm/tm/attachment-html-content #105

Merge pull request #59 from tonysm/tm/attachment-html-content

Merge pull request #59 from tonysm/tm/attachment-html-content #105

Workflow file for this run

name: Check & Fix Styling
on: [push]
jobs:
php-cs-fixer:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.2' ]
dependency-version: [ prefer-stable ]
name: PHP ${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.parallel }}
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
tools: composer:v2
coverage: none
- name: Install PHP dependencies
run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress
- name: Run Pint
run: php vendor/bin/pint -v
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Fix styling