Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

docs: update Chinese README branding #8

docs: update Chinese README branding

docs: update Chinese README branding #8

Workflow file for this run

# Security / Simple checks / Typo / Build (org defaults)
name: Simple tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
security-analysis:
name: Security Analysis
uses: effectorHQ/.github/.github/workflows/security-analysis.yml@main
simple-checks:
name: Simple checks
uses: effectorHQ/.github/.github/workflows/simple-checks.yml@main
typo:
name: Typo
uses: effectorHQ/.github/.github/workflows/typo.yml@main
build:
name: Build
uses: effectorHQ/.github/.github/workflows/build.yml@main