Skip to content

Commit fc993bb

Browse files
committed
fix(examples): quote 'on' in workflow yaml to satisfy yamllint truthy rule
1 parent d966b7f commit fc993bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/workflows/issue-cleanup/gemini-issue-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: '🧹 Gemini Issue Cleanup'
22

3-
on:
3+
'on':
44
schedule:
55
- cron: '0 0 * * 0' # Runs weekly at midnight on Sunday
66
workflow_dispatch:

0 commit comments

Comments
 (0)