Skip to content

fix: 修复一些问题 #4

fix: 修复一些问题

fix: 修复一些问题 #4

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
check:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo fmt --all -- --check
- run: cargo check --workspace --all-targets