Skip to content

CFP-38 - New: Move all inline SVG items in single file and load from there. #263

CFP-38 - New: Move all inline SVG items in single file and load from there.

CFP-38 - New: Move all inline SVG items in single file and load from there. #263

Workflow file for this run

name: PHP_CodeSniffer
on: pull_request
jobs:
phpcs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
coverage: none
tools: composer
- name: Install dependencies
run: composer install --prefer-dist --no-suggest --no-progress
- name: Detect coding standard violations
run: vendor/bin/phpcs