Skip to content

Merge pull request #28 from umutphp/26-php-83-support #132

Merge pull request #28 from umutphp/26-php-83-support

Merge pull request #28 from umutphp/26-php-83-support #132

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