docs: rename v2.0.0 to v1.10.0 in roadmap — no major version planned #3
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 Roadmap | |
| on: | |
| pull_request: | |
| paths: | |
| - 'ROADMAP.md' | |
| push: | |
| branches: [main, develop] | |
| paths: | |
| - 'ROADMAP.md' | |
| jobs: | |
| validate: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Validate ROADMAP.md frontmatter | |
| run: python3 scripts/validate_roadmap.py |