Skip to content

Commit bbad193

Browse files
committed
Merge branch 'feature/add-linter-to-CI-CD' of https://github.com/docusign/code-examples-php-private into feature/add-linter-to-CI-CD
2 parents 848947f + d203765 commit bbad193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run linter
3333
run: |
3434
composer install --prefer-dist --no-progress
35-
vendor/bin/phpcs --standard=phpcs.xml --report=checkstyle --report-file=phpcs-report.xml src/ -n -a
35+
vendor/bin/phpcs --standard=phpcs.xml --report=checkstyle --report-file=phpcs-report.xml src/ -n
3636
3737
- name: Run tests
3838
env:

0 commit comments

Comments
 (0)