We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3754b commit 767d185Copy full SHA for 767d185
.github/workflows/ci.yml
@@ -40,6 +40,7 @@ jobs:
40
41
Coding-Standards:
42
runs-on: ubuntu-latest
43
+ continue-on-error: true #TODO: Remove this once we get to a passing baseline
44
name: Check Coding Standards
45
steps:
46
- name: Checkout
0 commit comments