psalm-plugin-symfony/.github/workflows/lint.yml
2020-08-03 17:25:34 +03:00

19 lines
317 B
YAML

name: Lint
on:
pull_request: ~
push:
branches:
- master
jobs:
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --diff --dry-run