Skip to content

更新 README.md,添加 PyPI 安装说明和徽章 #10

更新 README.md,添加 PyPI 安装说明和徽章

更新 README.md,添加 PyPI 安装说明和徽章 #10

Workflow file for this run

name: secret-scan
on:
pull_request:
push:
branches:
- main
- "codex/**"
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}