Skip to content

Commit 9665e25

Browse files
authored
feat: check typos on pull request (#178)
1 parent 811876e commit 9665e25

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/typos.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Test Typos
2+
on: [pull_request]
3+
permissions: {}
4+
jobs:
5+
run:
6+
name: Spell Check with Typos
7+
runs-on: ubuntu-latest
8+
permissions:
9+
contents: read
10+
steps:
11+
- name: Checkout Actions Repository
12+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13+
- name: Check spelling of file.txt
14+
uses: crate-ci/typos@master

0 commit comments

Comments
 (0)