Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 73c9a4c

Browse files
authored
Merge pull request #214 from dev-sec/codespell
add spellchecking with codespell
2 parents 5c782f2 + dd9f895 commit 73c9a4c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎.github/workflows/codespell.yml‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Codespell - Spellcheck
3+
4+
on: # yamllint disable-line rule:truthy
5+
push:
6+
branches: [master]
7+
pull_request:
8+
branches: [master]
9+
10+
jobs:
11+
codespell:
12+
uses: "dev-sec/.github/.github/workflows/codespell.yml@main"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /