File tree Expand file tree Collapse file tree 5 files changed +14
-4
lines changed
Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1- # [.github/workflows/CI.yml]
21name : CI
2+
33on :
44 push :
55 branches :
66 - main
77 tags : ' *'
88 pull_request :
9+
910jobs :
1011 call :
1112 strategy :
Original file line number Diff line number Diff line change 11# CompatHelper v3.5.0
2- name : CompatHelper
2+ name : Compat Helper
33on :
44 schedule :
55 - cron : 0 0 * * *
Original file line number Diff line number Diff line change 1+ name : Spell Check
2+
3+ on :
4+ pull_request :
5+ workflow_dispatch :
6+
7+ jobs :
8+ call :
9+ uses : control-toolbox/CTActions/.github/workflows/spell-check.yml@main
Original file line number Diff line number Diff line change 1- name : TagBot
1+ name : Tag Bot
22on :
33 issue_comment :
44 types :
Original file line number Diff line number Diff line change 1- name : Update README with ABOUT.md and INSTALL.md
1+ name : Update README
22
33on :
44 schedule :
You can’t perform that action at this time.
0 commit comments