1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Search replace linter bug (#43284)

This commit is contained in:
Rachael Sewell
2023-09-25 16:13:13 -07:00
committed by GitHub
parent a198af2c47
commit b8dfb50528
5 changed files with 21 additions and 7 deletions

View File

@@ -126,6 +126,7 @@ Avoid inline links in command names.
When code examples refer to a larger file, show the relevant section of the file, so that users understand how to edit their own code in context.
- **Use:**
<!-- markdownlint-disable yaml-scheduled-jobs -->
```yaml
on:
schedule:
@@ -138,6 +139,7 @@ on:
schedule:
- cron: "40 19 * * *"
```
<!-- markdownlint-enable yaml-scheduled-jobs -->
### File names and directory names