Skip to content

Update Readme.md

Update Readme.md #203

Workflow file for this run

name: Code Style
on:
push:
pull_request:
jobs:
php:
name: PHP
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup PHP with tools
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
extensions: ctype, dom, exif, gd, gmp, hash, intl, json, libxml, mbstring, opcache, pcre, pdo, pdo_mysql, zlib
tools: cs2pr, phpcs
- name: phpcs
run: phpcs --report=checkstyle -q -n . | cs2pr