Merge pull request #24 from lipingtababa/feat/merge-readme-toc #31
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: Validate Structure | |
| on: | |
| pull_request: | |
| types: [opened, synchronize] | |
| push: | |
| branches: [gitbook] | |
| jobs: | |
| validate: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Check SUMMARY.md references | |
| run: bash scripts/lint.sh | |
| - name: Check zh/en chapter sync | |
| run: bash scripts/test.sh |