mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-13 13:20:36 +00:00
test
This commit is contained in:
parent
7973a861f3
commit
5de29bc582
1 changed files with 1 additions and 2 deletions
3
.github/actions/env/action.yml
vendored
3
.github/actions/env/action.yml
vendored
|
@ -7,10 +7,9 @@ runs:
|
||||||
steps:
|
steps:
|
||||||
- shell: bash
|
- shell: bash
|
||||||
run: |
|
run: |
|
||||||
cat > ./aftman.toml << EOF
|
cat > $GITHUB_WORKSPACE/aftman.toml << EOF
|
||||||
[tools]
|
[tools]
|
||||||
selene = "Kampfkarren/selene@0.19.1"
|
selene = "Kampfkarren/selene@0.19.1"
|
||||||
stylua = "JohnnyMorganz/stylua@0.14.0"
|
stylua = "JohnnyMorganz/stylua@0.14.0"
|
||||||
rojo = "rojo-rbx/rojo@7.2.1"
|
rojo = "rojo-rbx/rojo@7.2.1"
|
||||||
EOF
|
EOF
|
||||||
tree -d
|
|
||||||
|
|
Loading…
Reference in a new issue