Skip to content

Commit c6feaa5

Browse files
CopilotMossaka
andcommitted
Add typos CI workflow to catch spelling errors
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
1 parent af3f484 commit c6feaa5

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/typos.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Typos
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
9+
jobs:
10+
typos:
11+
name: Spell Check with Typos
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Checkout repository
15+
uses: actions/checkout@v4
16+
17+
- name: Check for typos
18+
uses: crate-ci/typos@v1.29.4

0 commit comments

Comments
 (0)