mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2025-01-22 13:21:19 +01:00
chore: run phpcs on prs
This commit is contained in:
parent
36e16b87b6
commit
40ec4f65ec
12
.github/workflows/lint.yml
vendored
Normal file
12
.github/workflows/lint.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user