Skip to content

Commit cd808bc

Browse files
authored
Create SpellCheck.yml
1 parent a076a08 commit cd808bc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.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

0 commit comments

Comments
 (0)