mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 09:54:54 +00:00
--bug=1048200 --user=刘瑞斌 【知识库】文档列表按文件状态排序,少了一个「生成问题中」的选项 https://www.tapd.cn/57709429/s/1601157
19 lines
335 B
YAML
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
|