Skip to content

Commit 70b2958

Browse files
committed
Using codespell instead of the spelling workflow
1 parent a3e216b commit 70b2958

File tree

3 files changed

+13
-17
lines changed

3 files changed

+13
-17
lines changed

.github/actions/spelling/allow.txt

-4
This file was deleted.

.github/workflows/check-spelling.yml

-13
This file was deleted.

.github/workflows/codespell.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Codespell
2+
3+
# Runs for PRs opened for any branch, and pushes to the dev branch.
4+
on:
5+
pull_request:
6+
push:
7+
branches:
8+
- dev
9+
10+
jobs:
11+
codespell:
12+
name: Codespell
13+
uses: Lombiq/GitHub-Actions/.github/workflows/codespell.yml@dev

0 commit comments

Comments
 (0)