Skip to content

(fix): simplify integration test — verify connect/cache/close, drop echo #51

(fix): simplify integration test — verify connect/cache/close, drop echo

(fix): simplify integration test — verify connect/cache/close, drop echo #51

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
pint:
name: Laravel Pint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
extensions: swoole, redis
tools: composer:v2
- name: Install dependencies
run: composer install --no-interaction --prefer-dist
- name: Run Pint
run: composer lint