mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-13 05:00:37 +00:00
add env/action.yml
This commit is contained in:
parent
ffb9acb77b
commit
5dfa87c78e
1 changed files with 15 additions and 0 deletions
15
.github/actions/env/action.yml
vendored
Normal file
15
.github/actions/env/action.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: Build Test Environment
|
||||
description: Build test environment for setup-aftman
|
||||
author: ok-nick
|
||||
|
||||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- shell: bash
|
||||
run: |
|
||||
cat > aftman.toml << EOF
|
||||
[tools]
|
||||
selene = "Kampfkarren/selene@0.19.1"
|
||||
stylua = "JohnnyMorganz/stylua@0.14.0"
|
||||
rojo = "rojo-rbx/rojo@7.2.1"
|
||||
EOF
|
Loading…
Reference in a new issue