yunshangxie-admin/.github/workflows/pr-spelling.temp.yml

13 lines
258 B
YAML
Raw Permalink Normal View History

2024-04-18 13:44:38 +08:00
# 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