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 7653289 commit 4837661Copy full SHA for 4837661
.github/workflows/coding-standards.yml
@@ -50,8 +50,6 @@ jobs:
50
51
- name: "Install dependencies with Composer"
52
uses: "ramsey/[email protected]"
53
- with:
54
- composer-options: "--no-suggest"
55
56
- name: "Format the code"
57
continue-on-error: true
@@ -62,8 +60,3 @@ jobs:
62
60
# The -q option is required until phpcs v4 is released
63
61
- name: "Run PHP_CodeSniffer"
64
run: "vendor/bin/phpcs -q --no-colors --report=checkstyle | cs2pr"
65
-
66
- - name: "Commit the changes"
67
- uses: stefanzweifel/git-auto-commit-action@v5
68
69
- commit_message: "apply phpcbf formatting"
0 commit comments