Skip to content

Commit 8f89f4f

Browse files
authored
Merge pull request #847 from Adyen/fix/format-before-pr
ci: Allow formatting to fail as before
2 parents 31793bd + 1e294c5 commit 8f89f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/format/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ runs:
1919
working-directory: ${{ inputs.path }}
2020

2121
- name: Run PHP Code Sniffer
22-
run: composer run fmt
22+
run: composer run fmt || true
2323
shell: bash
2424
working-directory: ${{ inputs.path }}

0 commit comments

Comments
 (0)