docs: rename project to Open Code and align fork branch naming #1
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
| name: Fork Health | |
| on: | |
| workflow_dispatch: | |
| push: | |
| paths: | |
| - "docs/FORK_AND_RELEASE.md" | |
| - "scripts/verify-fork.sh" | |
| - ".github/workflows/fork-health.yml" | |
| jobs: | |
| verify-fork-wiring: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 0 | |
| - name: Verify fork wiring | |
| run: | | |
| chmod +x scripts/verify-fork.sh | |
| scripts/verify-fork.sh |