Skip to content

Commit c3d46a0

Browse files
committed
continue workflow if phpcbf finds/fixes issues
1 parent 78161f9 commit c3d46a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
composer-options: "--no-suggest"
5555

5656
- name: "Format the code"
57+
continue-on-error: true
5758
run: |
5859
mkdir .cache
5960
./vendor/bin/phpcbf

0 commit comments

Comments
 (0)