Create typos.yaml
This commit is contained in:
parent
6b0f4ca5e4
commit
4efa949c88
13
.github/workflows/typos.yaml
vendored
Normal file
13
.github/workflows/typos.yaml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: Check for Typos
|
||||||
|
on: [pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
run:
|
||||||
|
name: Spell Check with Typos
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout Actions Repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Check spelling
|
||||||
|
uses: crate-ci/typos@master
|
Loading…
x
Reference in New Issue
Block a user