This repository was archived by the owner on Mar 16, 2026. It is now read-only.
docs: update Chinese README branding #8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |