π [renovate] ignore release.yml that cargo insists on being exactly tβ¦ #71
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: CUE Validation | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| # global permissions | |
| permissions: {} | |
| jobs: | |
| verify: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - name: Install just | |
| uses: extractions/setup-just@v2 | |
| - name: Install CUE | |
| uses: cue-lang/setup-cue@v1.0.1 | |
| - name: Verify CUE schemas | |
| run: just cue-verify |