feat: Add spell action
parent
4a0be2e474
commit
e0e95e63dd
|
@ -50,11 +50,13 @@
|
|||
"kieranr",
|
||||
"lampadaferens",
|
||||
"nukepaid",
|
||||
"organising",
|
||||
"Ouroboros",
|
||||
"paidmember",
|
||||
"robsoc",
|
||||
"studentname",
|
||||
"studentnumber",
|
||||
"Tldr",
|
||||
"usefullinks",
|
||||
"welcomechannel"
|
||||
]
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue