psalm-plugin-laravel/.github/workflows/lint.yml

15 lines
305 B
YAML
Raw Normal View History

2020-04-12 21:02:44 +02:00
name: PHPCS check
on: pull_request
jobs:
phpcs:
name: PHPCS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: PHPCS check
uses: chekalsky/phpcs-action@v1
2020-04-12 21:09:08 +02:00
with:
installed_paths: '${{ github.workspace }}/vendor/slevomat/coding-standard'