Skip to content

Commit e0e95e6

Browse files
committed
feat: Add spell action
1 parent 4a0be2e commit e0e95e6

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.cspell.json

+2
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,13 @@
5050
"kieranr",
5151
"lampadaferens",
5252
"nukepaid",
53+
"organising",
5354
"Ouroboros",
5455
"paidmember",
5556
"robsoc",
5657
"studentname",
5758
"studentnumber",
59+
"Tldr",
5860
"usefullinks",
5961
"welcomechannel"
6062
]

.github/workflows/spell.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: 'Check Spelling'
2+
on: # rebuild any PRs and main branch changes
3+
pull_request:
4+
push:
5+
6+
jobs:
7+
spellcheck: # run the action
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v3
11+
- uses: streetsidesoftware/[email protected]

0 commit comments

Comments
 (0)