Skip to content

Commit 9704fb9

Browse files
committed
CI: Escape quotes
1 parent 97b6e95 commit 9704fb9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_nuitka.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
strictness: "4"
3838
shuffle: "42"
3939
filter: |
40-
o:{"lines": "0"}
40+
o:{\"lines\": \"0\"}

.github/workflows/test_simple.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
strictness: "4"
3030
shuffle: "42"
3131
filter: |
32-
o:{"lines": "0"}
32+
o:{\"lines\": \"0\"}

0 commit comments

Comments
 (0)