Skip to content

Fixed PHP warning that could occur when updating from 1.0.3 or older … #60

Fixed PHP warning that could occur when updating from 1.0.3 or older …

Fixed PHP warning that could occur when updating from 1.0.3 or older … #60

Workflow file for this run

name: PHP Lint
on: [push]
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 --no-scripts
composer require --dev staabm/annotate-pull-request-from-checkstyle --no-scripts
- name: Run phpcs
run: ./vendor/bin/phpcs -q --report=checkstyle | ./vendor/bin/cs2pr --graceful-warnings