We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43c37c commit cfd9be2Copy full SHA for cfd9be2
1 file changed
src/workflow/syntax/README.md
@@ -100,14 +100,14 @@ Suggested test plan:
100
101
1. Add a fixture with lines like:
102
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
+ ```yaml
+ jobs:
+ test:
+ if: matrix.os != 'macos-latest' # Cache causes errors on macOS
+ ```
+
+2. Add a focused test for the `if-expression` rule behavior in `expressions.tmGrammar.json`
+3. Verify the expression matcher does not swallow the trailing comment, while preserving `#` inside quoted strings
111
112
Note:
113
0 commit comments