feat: hello codespell

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg
2024-07-19 23:03:24 +02:00
parent 56790072c8
commit 2f269adec6
54 changed files with 95 additions and 71 deletions

17
.github/workflows/codespell.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: 'Codespell'
on:
pull_request:
push:
branches:
- master
jobs:
codespell:
name: Check spelling
runs-on: self-hosted
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Check spelling
uses: codespell-project/actions-codespell@v2