We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0be2e commit e0e95e6Copy full SHA for e0e95e6
.cspell.json
@@ -50,11 +50,13 @@
50
"kieranr",
51
"lampadaferens",
52
"nukepaid",
53
+ "organising",
54
"Ouroboros",
55
"paidmember",
56
"robsoc",
57
"studentname",
58
"studentnumber",
59
+ "Tldr",
60
"usefullinks",
61
"welcomechannel"
62
]
.github/workflows/spell.yml
@@ -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