To set up a project that uses Mise as a tool version manager in GitHub Actions, use jdx/mise-action:
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v3Mise will install the tools specified in the mise.toml. You can then install dependencies afterwards.