We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3205b0 commit 008e053Copy full SHA for 008e053
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Verify Mermaid blocks
27
run: |
28
- rg "```mermaid" docs README.md
+ rg '```mermaid' docs README.md
29
30
- name: Validate JSON formatting
31
0 commit comments