We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d12541 commit df9e279Copy full SHA for df9e279
1 file changed
.github/workflows/coding-standard.yml
@@ -32,5 +32,6 @@ jobs:
32
- name: "lint php code"
33
run: |
34
cd $GITHUB_WORKSPACE
35
-# /home/runner/.composer/vendor/bin/php-cs-fixer fix --config=$GITHUB_WORKSPACE/.php_cs -v --dry-run --format=checkstyle | cs2pr
36
/home/runner/.composer/vendor/bin/php-cs-fixer fix --config=$GITHUB_WORKSPACE/.php_cs -v --dry-run --diff
+
37
+# /home/runner/.composer/vendor/bin/php-cs-fixer fix --config=$GITHUB_WORKSPACE/.php_cs -v --dry-run --format=checkstyle | cs2pr
0 commit comments