mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 06:58:23 +08:00
13 lines
258 B
YAML
13 lines
258 B
YAML
|
# force copy from tencent/tdesign
|
||
|
name: pr-spell-check
|
||
|
on: [pull_request]
|
||
|
|
||
|
jobs:
|
||
|
run:
|
||
|
name: Spell Check with Typos
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v2
|
||
|
- name: Check spelling
|
||
|
uses: crate-ci/typos@master
|