Skip to content

Commit f182257

Browse files
Add PHPCS to workflow
1 parent 08d088b commit f182257

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
- uses: php-actions/composer@v6
12+
- uses: php-actions/phpcs@v1
13+
with:
14+
path: adminer/
15+
standard: phpcs.xml
1216
- uses: php-actions/phpstan@v3
1317
with:
1418
path: adminer/

0 commit comments

Comments
 (0)