Skip to content

Commit 008e053

Browse files
committed
ci: fix Verify Mermaid blocks step — use single quotes for backtick pattern
1 parent b3205b0 commit 008e053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Verify Mermaid blocks
2727
run: |
28-
rg "```mermaid" docs README.md
28+
rg '```mermaid' docs README.md
2929
3030
- name: Validate JSON formatting
3131
run: |

0 commit comments

Comments
 (0)