Skip to content

chore: 在 Github Workflow 中使用 uv build #33

chore: 在 Github Workflow 中使用 uv build

chore: 在 Github Workflow 中使用 uv build #33

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