Skip to content

调整: 更新 README 发布版本徽章 #4

调整: 更新 README 发布版本徽章

调整: 更新 README 发布版本徽章 #4

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
- master
jobs:
test:
name: Swift Test
runs-on: macos-15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run tests
run: swift test