We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7e642 commit 53b3756Copy full SHA for 53b3756
.github/workflows/php.yml
@@ -38,4 +38,6 @@ jobs:
38
run: composer run-script test
39
40
- name: Run linter to check code style
41
- run: composer run-script check-style
+ uses: chekalsky/phpcs-action@v1
42
+ with:
43
+ enable_warnings: true
0 commit comments