Skip to content

Commit

Permalink
Create PHPLint config for build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccreary committed Feb 6, 2020
1 parent 9a95408 commit a4f65d0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: michaelw90/PHP-Lint@master

- name: Validate composer.json and composer.lock
run: composer validate

Expand Down
10 changes: 10 additions & 0 deletions .phplint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
path:
- src
- tests
jobs: 10
no-cache: true
exclude:
- fixtures
extensions:
- php

0 comments on commit a4f65d0

Please sign in to comment.