Skip to content

Commit 5e884ed

Browse files
committed
add spellcheck
1 parent d99d608 commit 5e884ed

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
# [.github/workflows/CI.yml]
21
name: CI
2+
33
on:
44
push:
55
branches:
66
- main
77
tags: '*'
88
pull_request:
9+
910
jobs:
1011
call:
1112
strategy:

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CompatHelper v3.5.0
2-
name: CompatHelper
2+
name: Compat Helper
33
on:
44
schedule:
55
- cron: 0 0 * * *

.github/workflows/SpellCheck.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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

.github/workflows/TagBot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: TagBot
1+
name: Tag Bot
22
on:
33
issue_comment:
44
types:

.github/workflows/UpdateReadme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update README with ABOUT.md and INSTALL.md
1+
name: Update README
22

33
on:
44
schedule:

0 commit comments

Comments
 (0)