We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f163a39 commit cc4664bCopy full SHA for cc4664b
.github/workflows/typos.yml
@@ -3,6 +3,9 @@ name: Spell check with Typos
3
on:
4
workflow_dispatch:
5
pull_request:
6
+ schedule:
7
+ # Run weekly.
8
+ - cron: '0 7 * * 0'
9
10
jobs:
11
run:
0 commit comments