Skip to content

Commit 49a5ac3

Browse files
committed
ci: deploy codespell
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 4d03547 commit 49a5ac3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/codespell.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: codespell
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
workflow_dispatch:
8+
jobs:
9+
codespell:
10+
name: Check for spelling errors
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@main
14+
- uses: codespell-project/actions-codespell@master

0 commit comments

Comments
 (0)