docs(labels): add question and up for grabs to Contribution section #14
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
| # Run Security, Simple checks, Typo, Build. Copy into any repo's .github/workflows/ to use. | |
| name: Simple tests | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| branches: [main] | |
| jobs: | |
| security-analysis: | |
| name: Security Analysis | |
| uses: OpenClawHQ/.github/.github/workflows/security-analysis.yml@main | |
| simple-checks: | |
| name: Simple checks | |
| uses: OpenClawHQ/.github/.github/workflows/simple-checks.yml@main | |
| typo: | |
| name: Typo | |
| uses: OpenClawHQ/.github/.github/workflows/typo.yml@main | |
| build: | |
| name: Build | |
| uses: OpenClawHQ/.github/.github/workflows/build.yml@main |