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 9ade9ec commit 1d87cb9Copy full SHA for 1d87cb9
.github/workflows/phptest.yml
@@ -16,7 +16,8 @@ jobs:
16
- name: Cancel Previous Runs
17
uses: styfle/[email protected]
18
with:
19
- access_token: ${{ github.token }}
+ access_token: ${{ github.token }}
20
+
21
- name: Checkout
22
uses: actions/checkout@v2
23
@@ -38,7 +39,11 @@ jobs:
38
39
40
- name: PHPLint
41
run: |
- ./vendor/bin/phpcs --standard=phpcs.xml --extensions=php --ignore=tests/migrations config/ src/
42
+ ./vendor/bin/phpcs
43
44
+ - name: PHPStan
45
+ run: |
46
+ ./vendor/bin/phpstan analyse
47
48
- name: Upload to codecov
49
uses: codecov/codecov-action@v3
0 commit comments