add codespell action

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
Martin Schurz 2023-04-30 19:01:33 +02:00
parent ce0e4c6a31
commit fe8a9eff9f

12
.github/workflows/codespell.yml vendored Normal file
View file

@ -0,0 +1,12 @@
---
name: Codespell - Spellcheck
on: # yamllint disable-line rule:truthy
push:
branches: [master]
pull_request:
branches: [master]
jobs:
codespell:
uses: "dev-sec/.github/.github/workflows/codespell.yml@main"