chore: 增加拼写检测Action
This commit is contained in:
parent
731801a977
commit
e4123dfb54
|
@ -0,0 +1,13 @@
|
|||
name: Typos Check
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
run:
|
||||
name: Spell Check with Typos
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Actions Repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Check spelling
|
||||
uses: crate-ci/typos@master
|
Loading…
Reference in New Issue