Skip to content

Commit

Permalink
Merge pull request #32 from dev-sec/codespell
Browse files Browse the repository at this point in the history
add spellchecking with codespell
  • Loading branch information
schurzi committed May 2, 2023
2 parents da66f62 + 9e047da commit 67eb92e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 67eb92e

Please sign in to comment.