From 5dfa87c78e5c9213a6a854eb77b9688d7a3ad293 Mon Sep 17 00:00:00 2001 From: ok-nick <25470747+ok-nick@users.noreply.github.com> Date: Sun, 17 Jul 2022 23:48:51 -0400 Subject: [PATCH] add env/action.yml --- .github/actions/env/action.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/actions/env/action.yml diff --git a/.github/actions/env/action.yml b/.github/actions/env/action.yml new file mode 100644 index 0000000..214fe8c --- /dev/null +++ b/.github/actions/env/action.yml @@ -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