Skip to content

Commit 31983c6

Browse files
authored
Merge pull request #12 from kool-dev/php-cs-fixer-test
Add php-cs-fixer to test
2 parents 7d06b4c + 1ab3199 commit 31983c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
docker run kooldev/phpqa:${{ matrix.version }} phan --version
3131
docker run kooldev/phpqa:${{ matrix.version }} phpmd --version
3232
docker run kooldev/phpqa:${{ matrix.version }} phpcpd --version
33+
docker run kooldev/phpqa:${{ matrix.version }} php-cs-fixer --version
3334
docker run kooldev/phpqa:${{ matrix.version }} local-php-security-checker -help
3435
3536
- name: Login to DockerHub

0 commit comments

Comments
 (0)