Skip to content

Commit 180398d

Browse files
committed
Remove phpcbf automation
1 parent 7653289 commit 180398d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/coding-standards.yml

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

5151
- name: "Install dependencies with Composer"
5252
uses: "ramsey/[email protected]"
53-
with:
54-
composer-options: "--no-suggest"
55-
56-
- name: "Format the code"
57-
continue-on-error: true
58-
run: |
59-
mkdir .cache
60-
./vendor/bin/phpcbf
6153

6254
# The -q option is required until phpcs v4 is released
6355
- name: "Run PHP_CodeSniffer"
6456
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)