Add ruff test verbose mode and to_json_pretty builtin #156
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: release-state-guard | |
| on: | |
| push: | |
| branches: [main] | |
| pull_request: | |
| jobs: | |
| release-state: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Validate Cargo and release-status docs consistency | |
| run: bash .github/scripts/check-release-state.sh | |
| - name: Validate CLI/LSP/language contract metadata sync | |
| run: bash .github/scripts/check-contract-version-sync.sh |