Skip to content

Commit 3868e10

Browse files
committed
fix section title of the check for on.schedule is outdated
1 parent fcf6e20 commit 3868e10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/checks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ List of checks:
2424
- [Webhook events validation](#check-webhook-events)
2525
- [Workflow dispatch event validation](#check-workflow-dispatch-events)
2626
- [Glob filter pattern syntax validation](#check-glob-pattern)
27-
- [CRON syntax and IANA timezone string check at `schedule:`](#check-cron-syntax-and-timezone)
27+
- [CRON syntax and IANA timezone string at `on.schedule`](#check-cron-syntax-and-timezone)
2828
- [Runner labels](#check-runner-labels)
2929
- [Action format in `uses:`](#check-action-format)
3030
- [Local action inputs validation at `with:`](#check-local-action-inputs)
@@ -1565,7 +1565,7 @@ Most common mistake I have ever seen here is a misunderstanding that regular exp
15651565
This rule can catch the mistake so that users can notice their mistakes.
15661566

15671567
<a id="check-cron-syntax-and-timezone"></a>
1568-
## CRON syntax check at `schedule:`
1568+
## CRON syntax and IANA timezone string at `on.schedule`
15691569

15701570
Example input:
15711571

0 commit comments

Comments
 (0)