diff --git a/.cspell.json b/.cspell.json index edaf095..ea53747 100644 --- a/.cspell.json +++ b/.cspell.json @@ -50,11 +50,13 @@ "kieranr", "lampadaferens", "nukepaid", + "organising", "Ouroboros", "paidmember", "robsoc", "studentname", "studentnumber", + "Tldr", "usefullinks", "welcomechannel" ] diff --git a/.github/workflows/spell.yml b/.github/workflows/spell.yml new file mode 100644 index 0000000..dad60ac --- /dev/null +++ b/.github/workflows/spell.yml @@ -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 \ No newline at end of file