Skip to content

issue/81885 : bump the version tag to 1.0.5 #13

issue/81885 : bump the version tag to 1.0.5

issue/81885 : bump the version tag to 1.0.5 #13

Workflow file for this run

name: Quality PHP
on:
pull_request:
paths:
- "**.php"
jobs:
build:
runs-on: ubuntu-latest
name: PHP quality
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
extensions: mbstring, intl #optional, setup extensions
tools: phpcs
- name: Check composer
run: composer validate
- name: Check cs
run: |
composer install -g dealerdirect/phpcodesniffer-composer-installer wp-coding-standards/wpcs
phpcs .