Skip to content

Merge pull request #35 from umutphp/umutphp-patch-2 #143

Merge pull request #35 from umutphp/umutphp-patch-2

Merge pull request #35 from umutphp/umutphp-patch-2 #143

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