ci: pin mise 2026.7.11 (latest not resolvable by mise-action) #9
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: Test with Razd | |
| on: | |
| push: | |
| branches: | |
| - "**" | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: razd-cli/razd-action-mise@v1 | |
| with: | |
| mise-version: 2026.7.11 | |
| - name: Install and verify | |
| run: | | |
| razd --version | |
| razd install --yes | |
| razd dev |