From ffb9acb77b9558e4b4dce6080ae3a8f20c711347 Mon Sep 17 00:00:00 2001 From: ok-nick <25470747+ok-nick@users.noreply.github.com> Date: Sun, 17 Jul 2022 23:47:41 -0400 Subject: [PATCH] rename to action.yml --- .github/actions/env.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/actions/env.yml diff --git a/.github/actions/env.yml b/.github/actions/env.yml deleted file mode 100644 index 214fe8c..0000000 --- a/.github/actions/env.yml +++ /dev/null @@ -1,15 +0,0 @@ -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