Skip to content

Commit 819b1a6

Browse files
committed
ci: add typos action
1 parent 84a44bb commit 819b1a6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/typos.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Spell Checker action
2+
on: [pull_request, push]
3+
4+
jobs:
5+
run:
6+
name: Start Spell Checking with Typos
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Checkout Actions Repository
10+
uses: actions/checkout@v2
11+
12+
- name: Check spelling of * Files
13+
uses: crate-ci/typos@master
14+
with:
15+
files: ./*

0 commit comments

Comments
 (0)