Update README.md
This commit is contained in:
parent
78e75c3fe1
commit
8942285832
1 changed files with 9 additions and 0 deletions
|
@ -27,3 +27,12 @@ jobs:
|
|||
# .tool-versions will be read from repo root
|
||||
- run: node ./my_app.js
|
||||
```
|
||||
|
||||
Alternatively, rtx is easy to use in GitHub Actions even without this:
|
||||
|
||||
```yaml
|
||||
jobs:
|
||||
build:
|
||||
steps:
|
||||
- run: curl https://rtx.pub/install.sh | sh && echo "$HOME/.local/share/rtx/bin/rtx" >> $GITHUB_PATH
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue