Skip to content

Commit 53b3756

Browse files
committed
Use prebuild action that will create phpcs annotations
1 parent 4c7e642 commit 53b3756

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/php.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ jobs:
3838
run: composer run-script test
3939

4040
- name: Run linter to check code style
41-
run: composer run-script check-style
41+
uses: chekalsky/phpcs-action@v1
42+
with:
43+
enable_warnings: true

0 commit comments

Comments
 (0)