Skip to content

Commit cc4664b

Browse files
committed
Run typos on a weekly basis
1 parent f163a39 commit cc4664b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/typos.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Spell check with Typos
33
on:
44
workflow_dispatch:
55
pull_request:
6+
schedule:
7+
# Run weekly.
8+
- cron: '0 7 * * 0'
69

710
jobs:
811
run:

0 commit comments

Comments
 (0)