chore: set installed paths

This commit is contained in:
Feek 2020-04-12 12:09:08 -07:00
parent 40ec4f65ec
commit 04ea870e2d

View File

@ -10,3 +10,5 @@ jobs:
- uses: actions/checkout@v2
- name: PHPCS check
uses: chekalsky/phpcs-action@v1
with:
installed_paths: '${{ github.workspace }}/vendor/slevomat/coding-standard'