mirror of
https://github.com/dev-sec/linux-baseline
synced 2025-02-16 09:48:25 +00:00
add codespell action
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
parent
ce0e4c6a31
commit
fe8a9eff9f
1 changed files with 12 additions and 0 deletions
12
.github/workflows/codespell.yml
vendored
Normal file
12
.github/workflows/codespell.yml
vendored
Normal 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"
|
Loading…
Add table
Reference in a new issue