Skip to content

Merge pull request #218 from SOHELAHMED7/175-unable-to-reference-othe… #210

Merge pull request #218 from SOHELAHMED7/175-unable-to-reference-othe…

Merge pull request #218 from SOHELAHMED7/175-unable-to-reference-othe… #210

Workflow file for this run

name: Code Style
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.1
- name: Check code style
run: make check-style