Skip to content

Commit 4837661

Browse files
committed
Remove phpcbf automation
1 parent 7653289 commit 4837661

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/coding-standards.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050

5151
- name: "Install dependencies with Composer"
5252
uses: "ramsey/[email protected]"
53-
with:
54-
composer-options: "--no-suggest"
5553

5654
- name: "Format the code"
5755
continue-on-error: true
@@ -62,8 +60,3 @@ jobs:
6260
# The -q option is required until phpcs v4 is released
6361
- name: "Run PHP_CodeSniffer"
6462
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-
with:
69-
commit_message: "apply phpcbf formatting"

0 commit comments

Comments
 (0)