We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31793bd + 1e294c5 commit 8f89f4fCopy full SHA for 8f89f4f
.github/actions/format/action.yml
@@ -19,6 +19,6 @@ runs:
19
working-directory: ${{ inputs.path }}
20
21
- name: Run PHP Code Sniffer
22
- run: composer run fmt
+ run: composer run fmt || true
23
shell: bash
24
0 commit comments