mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-21 08:41:53 +00:00
added rtx_toml support (#214)
* added rtx_toml support Fixes #47 * refactor * refactor * bump * bump * bump
This commit is contained in:
parent
a545a9b90a
commit
5ac46849ac
10 changed files with 258 additions and 235 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -47,3 +47,8 @@ jobs:
|
|||
- uses: ./
|
||||
with:
|
||||
version: 2023.12.23
|
||||
rtx_toml: |
|
||||
[tools]
|
||||
bun = "1"
|
||||
- run: which bun
|
||||
- run: bun -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue