Skip to content

Cast quality option to int to fix TypeError from URL params, fixes #231 #9

Cast quality option to int to fix TypeError from URL params, fixes #231

Cast quality option to int to fix TypeError from URL params, fixes #231 #9

Workflow file for this run

name: Pint
on: [ push, pull_request ]
jobs:
pint:
runs-on: ubuntu-latest
name: Pint
steps:
- uses: actions/checkout@v6
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
coverage: none
- name: Install dependencies
run: composer install --no-interaction --prefer-dist
- name: Run Pint
run: vendor/bin/pint --test