Skip to content

build(github): Use lintkit for linting #91

build(github): Use lintkit for linting

build(github): Use lintkit for linting #91

Workflow file for this run

name: linting
on: [push]
jobs:
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: "LintKit: PHP Coding Standards"
uses: lintkit/[email protected]