Skip to content

Allow inserting pipes using a class name as matcher (#1664) #1092

Allow inserting pipes using a class name as matcher (#1664)

Allow inserting pipes using a class name as matcher (#1664) #1092

Workflow file for this run

name: code-style
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
php-cs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout repository
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- uses: ramsey/composer-install@v3
with:
dependency-versions: 'highest'
- name: Check Code Style
run: composer lint