Skip to content

feat(bot): 为 TypeVar 增加默认值,使用 Plugin 不指定范型参数时将提供合理的默认值 (#161) #71

feat(bot): 为 TypeVar 增加默认值,使用 Plugin 不指定范型参数时将提供合理的默认值 (#161)

feat(bot): 为 TypeVar 增加默认值,使用 Plugin 不指定范型参数时将提供合理的默认值 (#161) #71

Workflow file for this run

name: Spell Check
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master