setup-rokit/.github/actions/env/action.yml

16 lines
364 B
YAML
Raw Normal View History

2022-07-18 04:48:51 +01:00
name: Build Test Environment
description: Build test environment for setup-aftman
author: ok-nick
runs:
using: 'composite'
steps:
- shell: bash
run: |
2022-07-18 05:14:15 +01:00
cat > ./aftman.toml << EOF
2022-07-18 04:48:51 +01:00
[tools]
selene = "Kampfkarren/selene@0.19.1"
stylua = "JohnnyMorganz/stylua@0.14.0"
rojo = "rojo-rbx/rojo@7.2.1"
EOF