Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 406e25e

Browse files
authored
PHPORM-361 Remove autocommit of CS fixes (#3420)
1 parent 7653289 commit 406e25e

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

‎.github/workflows/coding-standards.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,9 @@ jobs:
5050

5151
- name: "Install dependencies with Composer"
5252
uses: "ramsey/composer-install@3.1.0"
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"
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-
with:
69-
commit_message: "apply phpcbf formatting"
56+
run: |
57+
mkdir .cache
58+
vendor/bin/phpcs -q --no-colors --report=checkstyle | cs2pr

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /