Skip to content

Merge pull request #34 from umutphp/umutphp-patch-1 #141

Merge pull request #34 from umutphp/umutphp-patch-1

Merge pull request #34 from umutphp/umutphp-patch-1 #141

Workflow file for this run

name: Codestyle Check
on: [push]
jobs:
phpcs:
name: PHPCS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: PHPCS check
uses: chekalsky/phpcs-action@v1