chore: 增加拼写检测Action

This commit is contained in:
xuwei-fit2cloud 2024-04-15 17:34:49 +08:00 committed by GitHub
parent 731801a977
commit e4123dfb54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 0 deletions

13
.github/workflows/typos_check.yml vendored Normal file
View File

@ -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