Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit df9e279

Browse files
committed
style : debug
1 parent 8d12541 commit df9e279

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/coding-standard.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ jobs:
3232
- name: "lint php code"
3333
run: |
3434
cd $GITHUB_WORKSPACE
35-
# /home/runner/.composer/vendor/bin/php-cs-fixer fix --config=$GITHUB_WORKSPACE/.php_cs -v --dry-run --format=checkstyle | cs2pr
3635
/home/runner/.composer/vendor/bin/php-cs-fixer fix --config=$GITHUB_WORKSPACE/.php_cs -v --dry-run --diff
36+
37+
# /home/runner/.composer/vendor/bin/php-cs-fixer fix --config=$GITHUB_WORKSPACE/.php_cs -v --dry-run --format=checkstyle | cs2pr

0 commit comments

Comments
 (0)