Skip to content

feat: 使用 typing-inspection 来分析类型注解 (#173) #103

feat: 使用 typing-inspection 来分析类型注解 (#173)

feat: 使用 typing-inspection 来分析类型注解 (#173) #103

Workflow file for this run

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