Skip to content

Commit cfd9be2

Browse files
committed
Fix the bullet numbering
1 parent d43c37c commit cfd9be2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/workflow/syntax/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ Suggested test plan:
100100

101101
1. Add a fixture with lines like:
102102

103-
```yaml
104-
jobs:
105-
test:
106-
if: matrix.os != 'macos-latest' # Cache causes errors on macOS
107-
```
108-
109-
1. Add a focused test for the `if-expression` rule behavior in `expressions.tmGrammar.json`
110-
2. Verify the expression matcher does not swallow the trailing comment, while preserving `#` inside quoted strings
103+
```yaml
104+
jobs:
105+
test:
106+
if: matrix.os != 'macos-latest' # Cache causes errors on macOS
107+
```
108+
109+
2. Add a focused test for the `if-expression` rule behavior in `expressions.tmGrammar.json`
110+
3. Verify the expression matcher does not swallow the trailing comment, while preserving `#` inside quoted strings
111111

112112
Note:
113113

0 commit comments

Comments
 (0)