Skip to content

CFP-25 - Feature: Autosave functionality for custom font. #237

CFP-25 - Feature: Autosave functionality for custom font.

CFP-25 - Feature: Autosave functionality for custom font. #237

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