Skip to content

Merge pull request #1 from tacman/patch-1 #25

Merge pull request #1 from tacman/patch-1

Merge pull request #1 from tacman/patch-1 #25

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
uses: actions/checkout@v2
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --diff --dry-run