Skip to content

Move Floyd-Steinberg dithering logic to its own class. #25

Move Floyd-Steinberg dithering logic to its own class.

Move Floyd-Steinberg dithering logic to its own class. #25

name: Fix PHP code style issues
on:
push:
paths:
- '**.php'
- '.github/workflows/fix-php-code-style-issues.yml'
- '.pint.json'
jobs:
php-code-styling:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
ref: ${{ github.head_ref }}
- name: Fix PHP code style issues
uses: aglipanci/laravel-pint-action@v2
with:
configPath: "pint.json"
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v7
with:
commit_message: Fix styling