feat: Add spell action

imgbot
KieranRobson 2022-12-05 22:36:38 +00:00
parent 4a0be2e474
commit e0e95e63dd
2 changed files with 13 additions and 0 deletions

View File

@ -50,11 +50,13 @@
"kieranr", "kieranr",
"lampadaferens", "lampadaferens",
"nukepaid", "nukepaid",
"organising",
"Ouroboros", "Ouroboros",
"paidmember", "paidmember",
"robsoc", "robsoc",
"studentname", "studentname",
"studentnumber", "studentnumber",
"Tldr",
"usefullinks", "usefullinks",
"welcomechannel" "welcomechannel"
] ]

11
.github/workflows/spell.yml vendored Normal file
View File

@ -0,0 +1,11 @@
name: 'Check Spelling'
on: # rebuild any PRs and main branch changes
pull_request:
push:
jobs:
spellcheck: # run the action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v2.13.0