Skip to content

gw-set-range-by-field-values.php: Deprecated and added "Evolved" me… #1153

gw-set-range-by-field-values.php: Deprecated and added "Evolved" me…

gw-set-range-by-field-values.php: Deprecated and added "Evolved" me… #1153

name: PHP Lint
on:
push:
branches:
- master
jobs:
PHPCS:
name: PHPCS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
composer install --dev --prefer-dist --no-progress --no-suggest
composer require --dev staabm/annotate-pull-request-from-checkstyle
- name: Run phpcs
run: ./vendor/bin/phpcs -q --report=checkstyle | ./vendor/bin/cs2pr --graceful-warnings