added rtx_toml support (#214)

* added rtx_toml support

Fixes #47

* refactor

* refactor

* bump

* bump

* bump
This commit is contained in:
jdx 2023-12-14 07:56:58 -06:00 committed by GitHub
parent a545a9b90a
commit 5ac46849ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 258 additions and 235 deletions

View file

@ -47,3 +47,8 @@ jobs:
- uses: ./
with:
version: 2023.12.23
rtx_toml: |
[tools]
bun = "1"
- run: which bun
- run: bun -v