MaxKB/.github/workflows/typos_check.yml
CaptainB 527ddbf1e8
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
fix: 修复文档表格按照状态过滤没有生成问题中的缺陷
--bug=1048200 --user=刘瑞斌 【知识库】文档列表按文件状态排序,少了一个「生成问题中」的选项 https://www.tapd.cn/57709429/s/1601157
2024-10-29 21:21:53 +08:00

19 lines
335 B
YAML

name: Typos Check
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
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