Skip to content

Commit 8673d42

Browse files
committed
chore: add typos
1 parent fbfe5b6 commit 8673d42

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/typos.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Typos
2+
on:
3+
pull_request:
4+
branches-ignore:
5+
- gh-pages
6+
- releases/**
7+
types:
8+
- opened
9+
- synchronize
10+
- reopened
11+
12+
jobs:
13+
run:
14+
name: Spell check with Typos
15+
runs-on: ubuntu-latest
16+
steps:
17+
- name: Checkout
18+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19+
with:
20+
fetch-depth: 0
21+
22+
- name: Spell check
23+
uses: crate-ci/typos@0c17dabcee8b8f1957fa917d17393a23e02e1583 # v1.36.3

0 commit comments

Comments
 (0)