We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a95408 commit a4f65d0Copy full SHA for a4f65d0
.github/workflows/php.yml
@@ -10,6 +10,8 @@ jobs:
10
steps:
11
- uses: actions/checkout@v2
12
13
+ - uses: michaelw90/PHP-Lint@master
14
+
15
- name: Validate composer.json and composer.lock
16
run: composer validate
17
.phplint.yml
@@ -0,0 +1,10 @@
1
+path:
2
+ - src
3
+ - tests
4
+jobs: 10
5
+no-cache: true
6
+exclude:
7
+ - fixtures
8
+extensions:
9
+ - php
0 commit comments