Skip to content

Commit 767d185

Browse files
pcrovekinhbayar
authored andcommitted
Allow phpcs errors to not fail the workflow until standards are worked out
1 parent ac3754b commit 767d185

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040

4141
Coding-Standards:
4242
runs-on: ubuntu-latest
43+
continue-on-error: true #TODO: Remove this once we get to a passing baseline
4344
name: Check Coding Standards
4445
steps:
4546
- name: Checkout

0 commit comments

Comments
 (0)