Skip to content

feat: 添加一些便于使用的类型别名 #106

feat: 添加一些便于使用的类型别名

feat: 添加一些便于使用的类型别名 #106

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